ry-blocks/.vscode/settings.json
2022-07-03 21:11:30 +02:00

13 lines
283 B
JSON

{
"editor.formatOnSave": true,
"workbench.colorTheme": "Halcyon",
"search.useGlobalIgnoreFiles": true,
"files.watcherExclude": {
"**/.spago/**": true,
"**/output/**": true,
"**/node_modules/**": true,
"**/.storybook/**": true,
"**/.github/**": true
}
}