UNPKG

@donatocardoso/busca-cli

Version:

Ferramenta responsável por ler o conteúdo de arquivos e filtrá-los de acordo com um texto informado

38 lines (37 loc) 1.19 kB
{ "autoend.autoendWithColon": true, "autoend.autoInsertNewline": true, "breadcrumbs.enabled": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.tslint": true, "source.fixAll.stylelint": true, "source.organizeImports": true }, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSaveTimeout": 5000, "editor.formatOnPaste": true, "editor.formatOnType": true, "editor.formatOnSave": true, "editor.minimap.enabled": true, "editor.parameterHints.enabled": false, "editor.renderWhitespace": "none", "editor.rulers": [110, 120], "editor.tabSize": 2, "editor.wordWrapColumn": 120, "files.watcherExclude": { "**/.git/*/**": true, "**/node_modules/*/**": true }, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "files.autoSave": "afterDelay", "files.autoSaveDelay": 3000, "html.format.wrapLineLength": 120, "html.format.wrapAttributes": "aligned-multiple", "javascript.updateImportsOnFileMove.enabled": "always", "typescript.updateImportsOnFileMove.enabled": "always", "workbench.colorCustomizations": { "editorRuler.foreground": "#ff4081" } }