feat: Set json format indent style to 'space'

This commit is contained in:
ulic-youthlic 2026-01-26 12:12:30 +08:00
parent bde2f548e0
commit 0cee25c337
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 511 additions and 510 deletions

View file

@ -15,6 +15,7 @@
includes = ["*.json"];
excludes = ["_sources/*.json"];
settings = {
formatter.indentStyle = "space";
javascript.formatter.enabled = false;
css.formatter.enabled = false;
};