18 lines
250 B
INI
18 lines
250 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[index.html]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.{json,lock}]
|
|
indent_size = 2
|
|
indent_style = space
|