diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index bc66eb0..06b5ea8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,8 @@ { "eslint.enable": true, - "cSpell.language": "en,nl" -}
\ No newline at end of file + "cSpell.language": "en,nl", + "licenser.projectName": "rooster.hetmml.nl", + "licenser.license": "GPLv3", + "licenser.author": "Noah Loomans", + "licenser.useSingleLineStyle": false +} |