diff options
author | Nikita Popov <nikic@php.net> | 2016-09-05 14:21:43 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-09-05 14:22:13 +0200 |
commit | b92cb6b2380d12f1f4d7db7c7721bc646f753056 (patch) | |
tree | a1397eb6223660128e14d3c7ce86e95ca1da65e0 /.editorconfig | |
parent | 1abbcc8cc5b8bb2d26d4c4175585d4c0f512f01f (diff) | |
download | php-git-b92cb6b2380d12f1f4d7db7c7721bc646f753056.tar.gz |
Limit editorconfig to C code
PHPT files do not follow this.
[ci skip]
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 26ba2b0443..cbe5de6653 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true -[*] +[*.{c,h}] charset = UTF-8 end_of_line = LF indent_size = 4 |