Skip to content

Commit 3f6bb71

Browse files
committed
Add editorconfig file.
1 parent dcfeb89 commit 3f6bb71

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
charset = utf-8
11+
12+
[*.bat]
13+
indent_style = tab
14+
end_of_line = crlf
15+
16+
[Makefile]
17+
indent_style = tab

0 commit comments

Comments
 (0)