mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 18:50:29 -04:00
Update .vscode/settings.json
[skip ci]
This commit is contained in:
parent
e140fb1fc6
commit
bd8b6b9370
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -8,11 +8,17 @@
|
|||||||
"files.encoding": "utf8",
|
"files.encoding": "utf8",
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"files.insertFinalNewline": true,
|
"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.important": "ignore",
|
||||||
"scss.lint.universalSelector": "ignore",
|
"scss.lint.universalSelector": "ignore",
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.quickSuggestions": false
|
"editor.quickSuggestions": false
|
||||||
},
|
}
|
||||||
"git.ignoreLimitWarning": true
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user