Arquivo de configuração do VS Code.
{
"workbench.colorTheme": "Origamid Next",
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"editor.lineHeight": 1.75,
"editor.tabSize": 2,
"workbench.startupEditor": "newUntitledFile",
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"telemetry.telemetryLevel": "off",
"security.workspace.trust.untrustedFiles": "open",
"breadcrumbs.filePath": "off",
"outline.icons": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"editor.formatOnSave": true,
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 0,
"html.autoClosingTags": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.bracketPairColorization.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"git.openRepositoryInParentFolders": "always",
"explorer.confirmDelete": false,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"explorer.confirmPasteNative": false,
"explorer.confirmDragAndDrop": false,
"amazonQ.suppressPrompts": {
"amazonQChatDisclaimer": true
},
"cSpell.userWords": ["nomecompleto"],
"git.suggestSmartCommit": false
}