Skip to content

Commit a4ca9c4

Browse files
authored
1 parent 177983b commit a4ca9c4

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+
root = true
3+
4+
[**]
5+
indent_style = space
6+
indent_size = 2
7+
tab_width = 8
8+
end_of_line = lf
9+
charset = utf-8
10+
11+
[{build,build-*,init_buildsystem}]
12+
indent_style = tab
13+
indent_size = 4
14+
15+
[Makefile]
16+
indent_style = tab
17+
indent_size = 8

0 commit comments

Comments
 (0)