From cba94027510015e96248c01622987fa491a68016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 24 May 2019 13:40:02 +0100 Subject: [PATCH] Do not format lua files on save --- .config/Code/User/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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