2022-09-01 20:08:12 -07:00
|
|
|
{
|
2023-01-17 19:17:59 -08:00
|
|
|
"css.validate": false,
|
2022-09-01 20:18:46 -07:00
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.tabSize": 2,
|
2022-09-01 20:08:12 -07:00
|
|
|
"files.associations": {
|
|
|
|
"*.conf.template": "properties"
|
2022-09-01 20:18:46 -07:00
|
|
|
},
|
|
|
|
"files.eol": "\n",
|
2022-12-30 09:08:24 -08:00
|
|
|
"files.insertFinalNewline": false,
|
|
|
|
"json.schemas": [
|
|
|
|
{
|
|
|
|
"fileMatch": [".lintstagedrc.json"],
|
|
|
|
"url": "https://json.schemastore.org/lintstagedrc.schema.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": ["renovate.json"],
|
|
|
|
"url": "https://docs.renovatebot.com/renovate-schema.json"
|
|
|
|
}
|
2023-01-17 19:17:59 -08:00
|
|
|
],
|
|
|
|
"scss.validate": false
|
2022-09-01 20:08:12 -07:00
|
|
|
}
|