Skip to content

Commit 62f0b42

Browse files
committed
add .editorconfig
1 parent 7f8b4e8 commit 62f0b42

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = spaces
7+
indent_size = 4
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.css]
12+
indent_size = 2
13+
14+
[*.yml]
15+
indent_size = 2
16+
17+
[*.md]
18+
max_line_length = off
19+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)