mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
19 lines
232 B
INI
19 lines
232 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.js]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.yaml]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[Makefile]
|
|
indent_size = 4
|
|
indent_style = tab
|