Skip to content

Commit 56184a2

Browse files
committed
Add initial editorconfig file
0 parents  commit 56184a2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig coding styles definitions. For more information about the
2+
# properties used in this file, please see the EditorConfig documentation:
3+
# http://editorconfig.org/
4+
5+
root = true
6+
7+
[*]
8+
charset = utf-8
9+
end_of_line = LF
10+
indent_size = 4
11+
indent_style = tab
12+
insert_final_newline = true
13+
trim_trailing_whitespace = true
14+
15+
[*.{yml,json}]
16+
indent_size = 2
17+
indent_style = space
18+
19+
[*.{md,diff}]
20+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)