Merge pull request #415 from ThatOneCalculator/fix/zed-no-bufferpath

fix: zed formatting command
This commit is contained in:
Lemmy
2025-10-03 20:33:42 -04:00
committed by GitHub
+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"]
}
}
}