Add vscode settings

This commit is contained in:
Thomas Jensen 2022-01-21 21:32:38 +01:00
parent e6a50cf3c2
commit 326db94d81
No known key found for this signature in database
GPG Key ID: 54243EF8EA4945B2
1 changed files with 19 additions and 0 deletions

19
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"editor.rulers": [120],
"editor.wordWrapColumn": 120,
"editor.autoClosingBrackets": "never",
"editor.codeLens": false,
"editor.dragAndDrop": false,
"editor.formatOnSave": false,
"files.exclude": {
"**/.git": true,
"**/.idea": true,
"**/.jekyll-cache": true,
"**/.jekyll-metadata": true,
"**/_site": true,
"**/_support": true
},
"[html]": {
"editor.formatOnSave": false
}
}