Skip to content

Instantly share code, notes, and snippets.

@colormono
Created April 22, 2020 18:07
Show Gist options
  • Save colormono/b5a0cb7d97f52457902f3d4365fb7fff to your computer and use it in GitHub Desktop.
Save colormono/b5a0cb7d97f52457902f3d4365fb7fff to your computer and use it in GitHub Desktop.
[VSCode] settings #setup
{
"editor.formatOnSave": true,
"prettier.printWidth": 120,
"git.enableSmartCommit": true,
"files.associations": {
"*.overrides": "less",
"*.variables": "less",
},
"git.confirmSync": false,
"workbench.iconTheme": "vscode-icons",
"nasc-touchbar.showCommands": false,
"nasc-touchbar.addCursorBelow": false,
"nasc-touchbar.blockComment": true,
"nasc-touchbar.rename": false,
"nasc-touchbar.toggleSidebar": true,
"git.autofetch": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.fontFamily": "DankMono-Regular",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"vsicons.dontShowNewVersionMessage": true,
"editor.tabSize": 2,
"path-intellisense.autoSlashAfterDirectory": true,
"path-intellisense.mappings": {
"/": "${workspaceRoot}",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment