Skip to content

Instantly share code, notes, and snippets.

@mendaomn
Created May 4, 2020 18:29
Show Gist options
  • Save mendaomn/b32a65b15cfb599e30f039b7681ad055 to your computer and use it in GitHub Desktop.
Save mendaomn/b32a65b15cfb599e30f039b7681ad055 to your computer and use it in GitHub Desktop.
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
"git.autofetch": false,
"window.zoomLevel": 1,
"editor.tabSize": 2,
"html.format.indentInnerHtml": true,
"javascript.validate.enable": false,
"scss.validate": false,
"css.validate": false,
"flow.useNPMPackagedFlow": true,
"sync.gist": "cab1fade3d153e7a068e1c842441eb5b",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"eslint.alwaysShowStatus": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\bash.exe",
"javascript.updateImportsOnFileMove.enabled": "always",
"breadcrumbs.enabled": true,
"files.associations": {
"_landing-base-jsp": "jsp",
"*.jsp": "jsp"
},
"editor.suggestSelection": "first",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.tslint": true,
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"gitlens.views.repositories.files.layout": "tree",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"typescript.tsserver.log": "verbose",
"workbench.colorTheme": "Night Owl",
"workbench.startupEditor": "newUntitledFile",
"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"/Users/alessandromenduni/.vscode/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.renderWhitespace": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment