Skip to content

Commit 7fdddc8

Browse files
yegorichcminyard
authored andcommitted
Add initial EditorConfig support
Handle *.c and *.h files. Signed-off-by: Yegor Yefremov <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
1 parent 692a450 commit 7fdddc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
trim_trailing_whitespace = true
6+
insert_final_newline = true
7+
8+
[{*.c,*.h}]
9+
indent_style = space
10+
indent_size = 4

0 commit comments

Comments
 (0)