13 lines
203 B
INI
13 lines
203 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
end_of_line = lf
|
||
|
|
insert_final_newline = false
|
||
|
|
indent_style = space
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
indent_size = 4
|
||
|
|
|
||
|
|
[*.{sql,html,css,json,js,ts,jsx,tsx}]
|
||
|
|
indent_size = 2
|