mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 13:58:25 -04:00
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"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
|
|
}
|