fix: fixed Zed config
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user