Skip to content

Commit ce2a5ad

Browse files
committed
Add configuration for C and C++ files
1 parent 6c197aa commit ce2a5ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ indent_style = tab
1919
[*.R]
2020
indent_style = tab
2121

22+
[*.c]
23+
indent_style = tab
24+
25+
[*.h]
26+
indent_style = tab
27+
28+
[*.cpp]
29+
indent_style = tab
30+
31+
[*.hpp]
32+
indent_style = tab
33+
2234
[*.f]
2335
indent_style = space
2436
indent_size = 2

0 commit comments

Comments
 (0)