Skip to content

Commit c51c0c7

Browse files
committed
add EditorConfig support
1 parent 7e3ef38 commit c51c0c7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
#
4+
root = true
5+
6+
# all files
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4
12+
charset = utf-8
13+
trim_trailing_whitespace = true
14+
15+
# sass files
16+
[*.{scss,sass}]
17+
indent_size = 2
18+
19+
# markdown
20+
[*.md]
21+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)