php-src/.editorconfig

17 lines
338 B
INI
Raw Normal View History

2016-06-26 15:51:44 +00:00
; http://editorconfig.org/
root = true
[*.{c,h}]
2016-06-26 15:51:44 +00:00
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