2024-04-20 21:29:38 +00:00
|
|
|
root = true
|
|
|
|
|
2024-09-10 22:34:10 +00:00
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
tab_width = 4
|
2024-04-20 21:29:38 +00:00
|
|
|
|
2024-09-10 22:34:10 +00:00
|
|
|
[*.{json,wxs,xml}]
|
2024-04-20 21:29:38 +00:00
|
|
|
indent_style = space
|
2024-09-10 22:34:10 +00:00
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|