Skip to content

Commit e1bed4c

Browse files
committed
Add editorconfig
1 parent 70ba4ca commit e1bed4c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = tab
11+
indent_size = tab
12+
tab_width = 4
13+
14+
[*.{json,yaml,yml,md}]
15+
indent_style = space
16+
indent_size = 2

0 commit comments

Comments
 (0)