Skip to content

Instantly share code, notes, and snippets.

@danielnegri
Created April 15, 2019 23:18
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 danielnegri/0dfbc83242966e2f8e05aea0738d7995 to your computer and use it in GitHub Desktop.
Save danielnegri/0dfbc83242966e2f8e05aea0738d7995 to your computer and use it in GitHub Desktop.
Visual Studio Code
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.shellArgs.osx": [
"-l"
]
,
"window.zoomLevel": 0,
"workbench.iconTheme": "material-icon-theme",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.fontSize": 14,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/vendor": true
},
"editor.rulers": [
80
],
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
// "editor.fontFamily": "Fira Code",
"editor.renderControlCharacters": true,
"workbench.panel.location": "bottom",
"editor.tabSize": 2,
"go.testFlags": [
"-v"
],
"workbench.colorTheme": "Dark+ Material",
"C_Cpp.updateChannel": "Insiders"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment