fuse-core.github.io/.vscode/settings.json

19 lines
470 B
JSON

{
"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
}
}