mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-04 13:50:12 -05:00
update vscode/codespaces config
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.rulers": [120],
|
||||
"files.eol": "\n",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"css.validate": false,
|
||||
"scss.validate": false,
|
||||
"html.format.templating": true,
|
||||
"prettier.requireConfig": true,
|
||||
"prettier.configPath": ".prettierrc",
|
||||
"markdown.preview.lineHeight": 1.75
|
||||
}
|
||||
Reference in New Issue
Block a user