Created
January 10, 2018 04:45
-
-
Save devonChurch/a73efd38d9818b343e17c242522e176f to your computer and use it in GitHub Desktop.
vs-code-config
This file contains hidden or 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.iconTheme": "material-icon-theme", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": false, | |
"workbench.colorTheme": "Material Theme", | |
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", | |
"editor.lineHeight": 0, | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.tabSize": 2, | |
"editor.rulers": [ | |
80 | |
], | |
"workbench.colorCustomizations": {}, | |
"editor.formatOnSave": true, | |
"materialTheme.cache.workbench.settings": { | |
"accentPrevious": "Cyan" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment