|
| 1 | +{ |
| 2 | + "editor.formatOnSave": true, |
| 3 | + "editor.formatOnType": false, |
| 4 | + "editor.renderWhitespace": "all", |
| 5 | + "editor.rulers": [120, 160], |
| 6 | + "editor.codeActionsOnSave": { |
| 7 | + "source.fixAll": "always", |
| 8 | + "source.organizeImports": "never", |
| 9 | + "source.organizeImports.biome": "always", |
| 10 | + "quickfix.biome": "always" |
| 11 | + }, |
| 12 | + "eslint.enable": false, |
| 13 | + "prettier.enable": false, |
| 14 | + "editor.insertSpaces": false, |
| 15 | + "editor.detectIndentation": false, |
| 16 | + "editor.tabSize": 2, |
| 17 | + "editor.trimAutoWhitespace": true, |
| 18 | + "workbench.colorCustomizations": { |
| 19 | + "editorWhitespace.foreground": "#333" |
| 20 | + }, |
| 21 | + "files.trimTrailingWhitespace": true, |
| 22 | + "files.trimTrailingWhitespaceInRegexAndStrings": true, |
| 23 | + "files.trimFinalNewlines": true, |
| 24 | + "[yaml]": { |
| 25 | + "editor.defaultFormatter": "redhat.vscode-yaml" |
| 26 | + }, |
| 27 | + "biome.enabled": true, |
| 28 | + "editor.defaultFormatter": "biomejs.biome", |
| 29 | + "[javascript][typescript][typescriptreact][javascriptreact][json][jsonc][vue][astro][svelte][css][graphql]": { |
| 30 | + "editor.defaultFormatter": "biomejs.biome" |
| 31 | + }, |
| 32 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 33 | + "explorer.fileNesting.patterns": { |
| 34 | + "*.ts": "${basename}.*.${extname}", |
| 35 | + ".env": ".env.*", |
| 36 | + "*.tsx": "${basename}.*.${extname},${basename}.*.ts", |
| 37 | + "package.json": "*.json, *.yml, *.config.js, *.config.ts, *.yaml", |
| 38 | + "readme*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README-*, README_*, RELEASE_NOTES*, ROADMAP.MD, Readme-*, Readme_*, Release_Notes*, Roadmap.md, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme-*, readme_*, release_notes*, roadmap.md, security.md, sponsors*", |
| 39 | + "Readme*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README-*, README_*, RELEASE_NOTES*, ROADMAP.MD, Readme-*, Readme_*, Release_Notes*, Roadmap.md, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme-*, readme_*, release_notes*, roadmap.md, security.md, sponsors*", |
| 40 | + "README*": "AUTHORS, Authors, BACKERS*, Backers*, CHANGELOG*, CITATION*, CODEOWNERS, CODE_OF_CONDUCT*, CONTRIBUTING*, CONTRIBUTORS, COPYING*, CREDITS, Changelog*, Citation*, Code_Of_Conduct*, Codeowners, Contributing*, Contributors, Copying*, Credits, GOVERNANCE.MD, Governance.md, HISTORY.MD, History.md, LICENSE*, License*, MAINTAINERS, Maintainers, README-*, README_*, RELEASE_NOTES*, ROADMAP.MD, Readme-*, Readme_*, Release_Notes*, Roadmap.md, SECURITY.MD, SPONSORS*, Security.md, Sponsors*, authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme-*, readme_*, release_notes*, roadmap.md, security.md, sponsors*", |
| 41 | + "Dockerfile": "*.dockerfile, .devcontainer.*, .dockerignore, captain-definition, compose.*, docker-compose.*, dockerfile*" |
| 42 | + } |
| 43 | +} |
0 commit comments