Created
September 29, 2017 18:43
-
-
Save aditya2337/c9652ef743be0114f48973dc195d2437 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
{ | |
// Place your settings in this file to overwrite the default settings | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.renderWhitespace": "boundary", | |
"editor.rulers": [100], | |
"editor.cursorBlinking": "solid", | |
"workbench.iconTheme": "vscode-icons", | |
"editor.fontFamily": "Operator Mono light, 'Fira Code'", | |
"editor.fontLigatures": true, | |
"workbench.colorTheme": "Dark (Monokai)", | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
"editor.detectIndentation": true, | |
"standard.enable": true, | |
"prettier.singleQuote": true, | |
"editor.formatOnSave": true, | |
"prettier.jsxBracketSameLine": true, | |
"javascript.format.enable": false, | |
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, | |
"javascript.format.insertSpaceAfterConstructor": true, | |
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, | |
"window.zoomLevel": 0, | |
"prettier.eslintIntegration": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment