mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
b92cb6b238
PHPT files do not follow this. [ci skip]
17 lines
338 B
INI
17 lines
338 B
INI
; http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*.{c,h}]
|
|
charset = UTF-8
|
|
end_of_line = LF
|
|
indent_size = 4
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|