Update zed_settings.jsonc

This commit is contained in:
Cutieguwu
2025-05-27 19:02:35 -04:00
parent 6548ae5e73
commit 624cc1016c

View File

@@ -30,7 +30,7 @@
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "One Light", "light": "One Light",
"dark": "Ayu Dark", "dark": "Dracula",
}, },
"restore_on_startup": "last_workspace", "restore_on_startup": "last_workspace",
"soft_wrap": "preferred_line_length", "soft_wrap": "preferred_line_length",
@@ -60,9 +60,11 @@
"languages": { "languages": {
"AsciiDoc": {}, "AsciiDoc": {},
"CSS": { "CSS": {
"show_wrap_guides": true,
"preferred_line_length": 60, "preferred_line_length": 60,
}, },
"HTML": { "HTML": {
"show_wrap_guides": true,
"preferred_line_length": 100, "preferred_line_length": 100,
}, },
"JSON": { "JSON": {
@@ -88,7 +90,12 @@
"show_wrap_guides": true, "show_wrap_guides": true,
"preferred_line_length": 100, "preferred_line_length": 100,
}, },
"SCSS": {
"show_wrap_guides": true,
"preferred_line_length": 70,
},
"Shell Script": { "Shell Script": {
"show_wrap_guides": true,
"preferred_line_length": 100, "preferred_line_length": 100,
}, },
"YAML": { "YAML": {