Last active
February 23, 2018 22:31
-
-
Save LeeCheneler/d93ef64f5e290139a9daef9e64f2b7af to your computer and use it in GitHub Desktop.
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
material theme | |
meterial icon theme | |
vscose-icons | |
atom one dark theme | |
prettier code formatter |
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
{ | |
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace", | |
"editor.formatOnSave": true, | |
"editor.wordWrap": "on", | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"search.exclude": { | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/bin": true, | |
"**/obj": true | |
}, | |
"search.smartCase": true, | |
"window.zoomLevel": -0.5, | |
"workbench.colorTheme": "Atom One Dark", | |
"workbench.iconTheme": "material-icon-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment