create zed settings file for qmlfmt

This commit is contained in:
Kainoa Kanter
2025-10-03 11:28:21 -07:00
parent 717f65a934
commit 8303452525
+22
View File
@@ -0,0 +1,22 @@
{
"languages": {
"QML": {
"format_on_save": "on",
"formatter": {
"external": {
"command": "qmlfmt",
"arguments": [
"-e",
"-b",
"360",
"-t",
"2",
"-i",
"2",
"{buffer_path}"
]
}
}
}
}
}