mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 04:42:11 +00:00
Merge pull request #415 from ThatOneCalculator/fix/zed-no-bufferpath
fix: zed formatting command
This commit is contained in:
+1
-10
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user