diff --git a/.vscode/.editorconfig b/.vscode/.editorconfig new file mode 100644 index 0000000..831610e --- /dev/null +++ b/.vscode/.editorconfig @@ -0,0 +1,9 @@ +{ + "search.exclude": { + "**/sasjsbuild/**": true, + "**/dist/**":true + }, + "editor.insertSpaces": true, + "editor.tabSize": 2, + "trim_trailing_whitespace": true +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..475724d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "editor.tabSize": 2, + "editor.insertSpaces": true, + "editor.detectIndentation": true, + "editor.formatOnSave": true, + "editor.rulers": [ + 80 + ], + "files.trimTrailingWhitespace": true +} \ No newline at end of file