aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 06b5ea8..9201a8e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,8 +1,26 @@
{
+ "editor.rulers": [80],
+
+ // ESLint
"eslint.enable": true,
+
+ // Code Spell Checker
"cSpell.language": "en,nl",
+ "cSpell.words": [
+ "decrementing",
+ "devtools",
+ "dompurify",
+ "hetmml",
+ "metis",
+ "polyfill",
+ "presentational",
+ "rmwc",
+ "unmount"
+ ],
+
+ // Licenser
"licenser.projectName": "rooster.hetmml.nl",
"licenser.license": "GPLv3",
"licenser.author": "Noah Loomans",
- "licenser.useSingleLineStyle": false
+ "licenser.useSingleLineStyle": false,
}