Skip to content

Commit

Permalink
Limit editorconfig to C code
Browse files Browse the repository at this point in the history
PHPT files do not follow this.

[ci skip]
  • Loading branch information
nikic committed Sep 5, 2016
1 parent 1abbcc8 commit b92cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

root = true

[*]
[*.{c,h}]
charset = UTF-8
end_of_line = LF
indent_size = 4
Expand Down

0 comments on commit b92cb6b

Please sign in to comment.