projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1abbcc8
)
Limit editorconfig to C code
author
Nikita Popov
<nikic@php.net>
Mon, 5 Sep 2016 12:21:43 +0000
(14:21 +0200)
committer
Nikita Popov
<nikic@php.net>
Mon, 5 Sep 2016 12:22:13 +0000
(14:22 +0200)
PHPT files do not follow this.
[ci skip]
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 26ba2b04430a236fd6ed636775eafeba8836560f..cbe5de665398c06b1f449fdeafc2948b428552b2 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-2,7
+2,7
@@
root = true
-[*]
+[*
.{c,h}
]
charset = UTF-8
end_of_line = LF
indent_size = 4