mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
20 lines
262 B
INI
20 lines
262 B
INI
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
insert_final_newline=false
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[*.scss]
|
|
indent_style=tab
|
|
tab_width=4
|
|
|
|
[{*.cjs,*.js}]
|
|
indent_style=tab
|
|
tab_width=4
|
|
|
|
[{*.module,*.hphp,*.phtml,*.php5,*.php4,*.php,*.inc}]
|
|
indent_style=tab
|
|
tab_width=4
|
|
|