mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 10:56:16 +00:00
create zed settings file for qmlfmt
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"languages": {
|
||||
"QML": {
|
||||
"format_on_save": "on",
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "qmlfmt",
|
||||
"arguments": [
|
||||
"-e",
|
||||
"-b",
|
||||
"360",
|
||||
"-t",
|
||||
"2",
|
||||
"-i",
|
||||
"2",
|
||||
"{buffer_path}"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user