Do not format lua files on save
This commit is contained in:
parent
0e399a1516
commit
cba9402751
1 changed files with 6 additions and 2 deletions
|
@ -16,5 +16,9 @@
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": true,
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"gitlens.codeLens.authors.enabled": false,
|
||||||
"explorer.confirmDragAndDrop": false
|
"explorer.confirmDragAndDrop": false,
|
||||||
}
|
"lua.format.linebreakMultipleAssignments": true,
|
||||||
|
"[lua]": {
|
||||||
|
"editor.formatOnSave": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue