10 lines
113 B
INI
10 lines
113 B
INI
# editorconfig.org
|
|
|
|
root = false
|
|
|
|
# special format for PHP templates
|
|
[*.php]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|