Do not format lua files on save

This commit is contained in:
Cyryl Płotnicki 2019-05-24 13:40:02 +01:00
parent 0e399a1516
commit cba9402751

View file

@ -16,5 +16,9 @@
"editor.formatOnPaste": true,
"workbench.editor.highlightModifiedTabs": true,
"gitlens.codeLens.authors.enabled": false,
"explorer.confirmDragAndDrop": false
}
"explorer.confirmDragAndDrop": false,
"lua.format.linebreakMultipleAssignments": true,
"[lua]": {
"editor.formatOnSave": false
}
}