Last active
August 31, 2017 13:22
-
-
Save xonlly/bc495d7ca297b0e99195f8898dc2239e to your computer and use it in GitHub Desktop.
Ma config visual studio code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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