Skip to content

Instantly share code, notes, and snippets.

@fcpauldiaz
Last active March 14, 2018 15:09
Show Gist options
  • Save fcpauldiaz/f6f457a7f74c65a3b2246abbe8d46988 to your computer and use it in GitHub Desktop.
Save fcpauldiaz/f6f457a7f74c65a3b2246abbe8d46988 to your computer and use it in GitHub Desktop.
Visual Code TEC settings
{
"workbench.colorTheme": "Sublime Material Theme - Dark",
"terminal.integrated.fontFamily": "'Terminess Powerline', 'Anonymice Powerline', 'Roboto Mono for Powerline', 'Meslo LG S for Powerline', 'DejaVu Sans Mono', 'Lucida Console'",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"window.zoomLevel": 1,
"workbench.iconTheme": "material-icon-theme",
"team.showWelcomeMessage": false,
"editor.cursorWidth": 4,
"editor.renderWhitespace": "all",
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.tabWidth": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment