Skip to content

Instantly share code, notes, and snippets.

@xonlly
Last active August 31, 2017 13:22
Show Gist options
  • Save xonlly/bc495d7ca297b0e99195f8898dc2239e to your computer and use it in GitHub Desktop.
Save xonlly/bc495d7ca297b0e99195f8898dc2239e to your computer and use it in GitHub Desktop.
Ma config visual studio code
{
"workbench.colorTheme": "One Dark Pro",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.iconTheme": "material-icon-theme",
"prettier.eslintIntegration": true,
"prettier.trailingComma": "all",
"prettier.singleQuote": true,
"workbench.startupEditor": "newUntitledFile",
"cSpell.userWords": [
"additionals",
"rabbitmq",
],
"editor.tabSize": 2,
"editor.rulers": [80],
"terminal.integrated.fontFamily": "Meslo LG M for Powerline",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment