1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 06:18:27 -04:00
jarv.is/.vscode/settings.json
2019-11-22 16:23:45 -05:00

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