ry-blocks/.vscode/settings.json
2022-06-26 21:51:35 +02:00

13 lines
291 B
JSON

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