1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 17:30:28 -04:00
jarv.is/.vscode/settings.json
2020-05-13 13:29:26 -04:00

25 lines
623 B
JSON

{
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"editor.rulers": [
120
],
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"git.ignoreLimitWarning": true,
"npm.packageManager": "yarn",
"prettier.configPath": ".prettierrc",
"prettier.packageManager": "yarn",
"prettier.printWidth": 120,
"prettier.requireConfig": true,
"prettier.useEditorConfig": false,
"scss.lint.important": "ignore",
"scss.lint.universalSelector": "ignore",
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
}
}