1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:58:26 -04:00
jarv.is/.vscode/settings.json

15 lines
345 B
JSON

{
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"scss.lint.important": "ignore",
"scss.lint.universalSelector": "ignore",
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
}
}