refactor: improve save JSON

This commit is contained in:
2025-02-09 20:26:05 +01:00
parent 0dbc959c19
commit 3026ea5367
12 changed files with 763 additions and 757 deletions

View File

@ -8,8 +8,9 @@ indent_style = space
end_of_line = lf
[*.{json,jsonc,asmdef}]
indent_size = 2
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml,sh,puml,md}]
indent_size = 2