16 lines
254 B
INI
16 lines
254 B
INI
root=true
|
|
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
indent_size=4
|
|
trim_trailing_whitespace=true
|
|
insert_final_newline=true
|
|
[{Makefile,*.s[ac]ss}]
|
|
indent_style=tab
|
|
[{ignore.txt,*.csv,m4/*}]
|
|
insert_final_newline=false
|
|
[*.rb]
|
|
indent_style=tab
|
|
[*.sh]
|
|
indent_style=tab
|