19 lines
285 B
INI
19 lines
285 B
INI
|
# editorconfig.org
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[{*.php,*.html}]
|
||
|
indent_style = tab
|
||
|
indent_size = 2
|
||
|
|
||
|
[{*.txt,wp-config-sample.php,wp-config.php}]
|
||
|
end_of_line = crlf
|