Skip to content

Instantly share code, notes, and snippets.

@bramchi
Created December 7, 2017 14:35
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 bramchi/eb53261e1c5dc1ac8fbcbf8e536daf8e to your computer and use it in GitHub Desktop.
Save bramchi/eb53261e1c5dc1ac8fbcbf8e536daf8e to your computer and use it in GitHub Desktop.
User Settings VSCode
{
"editor.fontSize": 15,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"workbench.colorTheme": "One Monokai",
// "editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.enablePreview": false,
"zenMode.hideTabs": false,
"editor.wordWrap": "on",
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 15,
"projectManager.showProjectNameInStatusBar": false,
"tslint.enable": false,
"editor.snippetSuggestions": "top",
"editor.colorDecorators": true,
// "editor.formatOnPaste": true,
"prettier.tabWidth": 4,
"prettier.singleQuote": true,
"files.associations": {
"*.kit": "html"
},
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
// "workbench.fontAliasing": "antialiased"
"php.suggest.basic": false,
"explorer.autoReveal": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment