mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 10:46:38 -04:00
VS Code repo-specific settings
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user