Skip to content

Commit 9d38bed

Browse files
yegorichH. Peter Anvin
authored andcommitted
Add EditorConfig support
Provide common indentation configuration for the source files. For more information, visit https://editorconfig.org/. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
1 parent aa03a95 commit 9d38bed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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
11+
tab_width = 4

0 commit comments

Comments
 (0)