Skip to content

Commit 3f04f92

Browse files
joshbrucestyfle
authored andcommitted
Setup .editorconfig (#1082)
1 parent ff87873 commit 3f04f92

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*, *.json, *.js]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 2
9+
10+
[*.md, !test/*md]
11+
charset = utf-8
12+
end_of_line = lf
13+
insert_final_newline = true
14+
trim_trailing_whitespace = true
15+
translate_tabs_to_spaces = true
16+
indent_style = space
17+
indent_size = 4

0 commit comments

Comments
 (0)