17 lines
184 B
INI
17 lines
184 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{js,php}]
|
|
charset = utf-8
|
|
|
|
[*.php]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|