Skip to content

Commit 601ceef

Browse files
committed
Add .editorconfig
1 parent 5fe25e7 commit 601ceef

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+
# EditorConfig help us maintain consistent coding style between different editors.
2+
#
3+
# EditorConfig
4+
# http://editorconfig.org
5+
#
6+
root = true
7+
8+
[*]
9+
indent_style = space
10+
indent_size = 2
11+
end_of_line = lf
12+
charset = utf-8
13+
trim_trailing_whitespace = true
14+
insert_final_newline = true
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)