From: Nikita Popov Date: Mon, 5 Sep 2016 12:21:43 +0000 (+0200) Subject: Limit editorconfig to C code X-Git-Tag: php-7.1.0RC2~56^2~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b92cb6b2380d12f1f4d7db7c7721bc646f753056;p=php Limit editorconfig to C code PHPT files do not follow this. [ci skip] --- 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