renovate-config/.vscode/settings.json

27 lines
641 B
JSON
Raw Normal View History

2024-05-15 08:59:54 -05:00
{
2024-07-29 20:14:30 -05:00
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
]
},
"yaml.schemaStore.enable": true,
"files.associations": {
".secrets": "dotenv"
},
"material-icon-theme.folders.associations": {
".taskfiles": "utils",
"bootstrap": "import",
"charts": "kubernetes",
"hack": "scripts",
"repositories": "database",
"vars": "other"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontFamily": "FiraCode Nerd Font",
2024-07-29 21:42:01 -05:00
"editor.hover.delay": 1500,
2024-08-20 23:37:13 -05:00
"prettier.quoteProps": "preserve",
2024-07-29 20:14:30 -05:00
}