fix: zed formatting command

This commit is contained in:
Kainoa Kanter
2025-10-03 16:56:54 -07:00
parent 31abcbcbbd
commit 30d9a09f14
+1 -10
View File
@@ -5,16 +5,7 @@
"formatter": {
"external": {
"command": "qmlfmt",
"arguments": [
"-e",
"-b",
"360",
"-t",
"2",
"-i",
"2",
"{buffer_path}"
]
"arguments": ["-e", "-b", "360", "-t", "2", "-i", "2"]
}
}
}