diff --git a/.vscode/settings.json b/.vscode/settings.json index f1033154..5f2e7f43 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,14 @@ { + "search.exclude": { + "export/**/*.hx": true + }, "[haxe]": { - "editor.formatOnSave": true - } -} \ No newline at end of file + "editor.formatOnSave": true, + "editor.formatOnSaveMode":"modifications", + "editor.formatOnPaste": false, + "editor.codeActionsOnSave": { + "source.sortImports": true + } + }, + "haxe.enableExtendedIndentation": true +}