Skip to content

Commit c346f91

Browse files
author
Fin Christensen
committed
Add editorconfig
1 parent 4362dcc commit c346f91

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
charset = utf-8
9+
indent_style = space
10+
indent_size = 4
11+
12+
[Makefile]
13+
indent_style = tab
14+
15+
[{*.json,*.yml}]
16+
indent_size = 2

0 commit comments

Comments
 (0)