mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 14:58:25 -04:00
32 lines
715 B
JSON
32 lines
715 B
JSON
{
|
|
"editor.detectIndentation": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"editor.tabSize": 2,
|
|
"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,
|
|
"[markdown]": {
|
|
"editor.quickSuggestions": false,
|
|
"editor.trimAutoWhitespace": false,
|
|
"editor.wordWrap": "on"
|
|
},
|
|
"stylelint.packageManager": "yarn",
|
|
"stylelint.validate": [
|
|
"css",
|
|
"html",
|
|
"postcss",
|
|
"sass",
|
|
"scss"
|
|
]
|
|
}
|