mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
23 lines
356 B
JSON
23 lines
356 B
JSON
{
|
|
"languages": {
|
|
"QML": {
|
|
"format_on_save": "on",
|
|
"formatter": {
|
|
"external": {
|
|
"command": "qmlfmt",
|
|
"arguments": [
|
|
"-e",
|
|
"-b",
|
|
"360",
|
|
"-t",
|
|
"2",
|
|
"-i",
|
|
"2",
|
|
"{buffer_path}"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|