diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 506ee80d..3956b3ba 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -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 + } +} \ No newline at end of file