Created
June 20, 2018 16:58
-
-
Save albinekb/55fa2f56d13f8d4387f43b7e3eb67b1b to your computer and use it in GitHub Desktop.
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
{ | |
"editor.fontFamily": "FiraCode-Light", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": 4, | |
"prettier.printWidth": 140, | |
"prettier.semi": false, | |
"prettier.singleQuote": true, | |
"prettier.trailingComma": "all", | |
"editor.formatOnSave": true, | |
"workbench.iconTheme": "seti", | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": false, | |
"editor.tabSize": 2, | |
"workbench.colorTheme": "Material Theme Lighter High Contrast", | |
"files.associations": { | |
"*.mdx": "markdown" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment