fix: fixed Zed config

This commit is contained in:
oxypomme
2026-01-04 13:52:05 +01:00
parent f10c522d64
commit 3bd4550470

View File

@@ -106,10 +106,11 @@
"wrap_guides": [110], "wrap_guides": [110],
"inline_code_actions": false, "inline_code_actions": false,
"relative_line_numbers": true, "relative_line_numbers": "wrapped",
"file_types": { "file_types": {
"JSONC": [".oxlintrc.json"] "JSONC": [".oxlintrc.json"],
"HTML": ["**/*.mjml"]
}, },
"languages": { "languages": {