2021-10-30 10:17:09 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2021-10-30 11:28:12 +00:00
|
|
|
|
2021-12-13 17:34:20 +00:00
|
|
|
[*.{yaml,yml,toml,html,svelte,json,js,ts,prettierrc}]
|
2021-10-30 11:28:12 +00:00
|
|
|
indent_size = 2
|