aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9201a8e..152283a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,11 @@
{
"editor.rulers": [80],
+ "editor.tabSize": 2,
+ "editor.insertSpaces": true,
+ "files.insertFinalNewline": true,
+ "files.associations": {
+ ".babelrc": "jsonc"
+ },
// ESLint
"eslint.enable": true,
@@ -23,4 +29,5 @@
"licenser.license": "GPLv3",
"licenser.author": "Noah Loomans",
"licenser.useSingleLineStyle": false,
+ "eslint.workingDirectories": [ "./src" ],
}