Skip to content

Commit b92cb6b

Browse files
committed
Limit editorconfig to C code
PHPT files do not follow this. [ci skip]
1 parent 1abbcc8 commit b92cb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
root = true
44

5-
[*]
5+
[*.{c,h}]
66
charset = UTF-8
77
end_of_line = LF
88
indent_size = 4

0 commit comments

Comments
 (0)