Skip to content

Commit 8eb6dd1

Browse files
authored
(chore): Add .editorconfig file. (#432)
Signed-off-by: Joe Shimkus <[email protected]>
1 parent ab8caee commit 8eb6dd1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.editorconfig

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
end_of_line = lf
12+
13+
[*.bat]
14+
indent_style = tab
15+
end_of_line = crlf
16+
17+
[*.md]
18+
trim_trailing_whitespace = false
19+
20+
[*.{yml,yaml}]
21+
indent_size = 2
22+
23+
[LICENSE]
24+
insert_final_newline = false
25+
26+
[Makefile]
27+
indent_style = tab

0 commit comments

Comments
 (0)