mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:58:26 -04:00
16 lines
379 B
JSON
16 lines
379 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
|
|
},
|
|
"git.ignoreLimitWarning": true
|
|
}
|