15 строки
281 B
INI
15 строки
281 B
INI
|
root = true
|
||
|
|
||
|
[{*.html,*.js,*.json,*.md,*.yml,*eslintrc}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 160
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.sh]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|