Skip to content

Instantly share code, notes, and snippets.

@duard
Created February 16, 2022 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duard/4f7bb028485195e9d28210a8e4ee12a3 to your computer and use it in GitHub Desktop.
Save duard/4f7bb028485195e9d28210a8e4ee12a3 to your computer and use it in GitHub Desktop.
{
"keyboard.dispatch": "keyCode",
"security.workspace.trust.untrustedFiles": "open",
// "editor.fontFamily": "Firacode, 'Fira Code', Fira Code, Dank Mono,Operator Mono, Operator Mono",
"editor.fontWeight": "300",
"editor.lineHeight": 18,
// "terminal.integrated.fontFamily": "'RobotoMono Nerd Font'",
"terminal.integrated.fontFamily": "'Hack Nerd Font'",
"terminal.integrated.fontSize": 14,
"editor.multiCursorModifier": "alt",
"editor.formatOnPaste": false,
// "editor.wordWrap": "bounded",
"editor.trimAutoWhitespace": true,
"editor.wordWrapColumn": 1000,
"editor.wordWrap": "wordWrapColumn",
"editor.fontSize": 13,
"workbench.iconTheme": "material-icon-theme",
"explorer.compactFolders": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.tabCompletion": "on",
// "editor.fontFamily": "Hack, Hack Regular",
// "editor.fontFamily": "'Victor Mono Medium', Firacode, 'Fira Code', Fira Code,, Dank Mono, Operator Mono, monospace, 'Courier New'",
// "editor.fontFamily": "Dank Mono, Operator Mono",
"editor.fontFamily": "Dank Mono, 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
// "editor.fontFamily": "Source Code Pro",
"bracketPairColorizer.forceIterationColorCycle": true,
"editor.rulers": [
0,
200
// REMESSA BRADESCO
// 1, 6, 7, 12, 19, 20, 37, 62, 65, 66, 70, 81, 82, 92, 93, 94, 104, 105, 106, 108, 110, 120, 126, 139, 142, 147, 149, 150, 156, 158, 160, 173, 179, 192, 205, 218, 220, 234, 274, 314, 326, 331, 334, 394, 400
// RETORNO BRADESCO
// 0, 1, 3, 17, 20, 37, 62, 70, 82, 92, 104, 105, 107, 108, 110, 116, 126, 146, 152, 165, 168, 173, 175, 188, 201, 214, 227, 240, 253, 266, 279, 292, 294, 295, 301, 304, 314, 318, 328, 368, 370, 380, 394
],
"typescript.format.enable": true,
"editor.formatOnSave": false,
// "editor.wordWrapColumn": 480,
// "editor.wordWrap": "wordWrapColumn",
"files.insertFinalNewline": true,
"editor.renderLineHighlight": "all",
"editor.renderIndentGuides": true,
"workbench.editor.showIcons": true,
"editor.selectionHighlight": true,
"explorer.autoReveal": true,
"files.trimTrailingWhitespace": true,
"php.suggest.basic": false,
"window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false,
"explorer.openEditors.visible": 0,
"editor.wrappingIndent": "indent",
"workbench.startupEditor": "newUntitledFile",
"explorer.confirmDelete": false,
"editor.snippetSuggestions": "top",
"files.autoSave": "off",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"files.useExperimentalFileWatcher": true,
"window.openFilesInNewWindow": "on",
"terminal.integrated.rendererType": "dom",
"javascript.validate.enable": false,
"workbench.editor.enablePreview": false,
"editor.letterSpacing": 0.5,
"editor.cursorWidth": 3,
"editor.glyphMargin": true,
"terminal.integrated.fontWeight": "200",
"terminal.integrated.macOptionIsMeta": true,
"terminal.integrated.fontWeightBold": "700",
"terminal.integrated.lineHeight": 1.6,
"editor.suggestSelection": "first",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"thunder-client.codeSnippetLanguage": "curl",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.largeFileOptimizations": false,
"editor.cursorSurroundingLines": 15,
"editor.cursorStyle": "line-thin",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "phase",
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/.vscode": true,
"**/__pycache__": true,
"**/.pytest_cache": true,
"**/node_modules": true,
"node_modules": true,
"venv": true,
"*.sublime-*": true,
"env*": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/env": true,
"**/venv": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/env/**": true,
"**/venv/**": true,
"env-*": true
},
"[handlebars]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
"bracketPairColorizer.depreciation-notice": false,
"redhat.telemetry.enabled": true,
"window.zoomLevel": 3,
"sonarlint.ls.javaHome": "/home/duard/.vscode/extensions/sonarsource.sonarlint_managed-jre/jre/jdk-11.0.14.1+1-jre",
"sonarlint.rules": {
"typescript:S125": {
"level": "off"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment