Skip to content

Instantly share code, notes, and snippets.

@aditya2337
Created September 29, 2017 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aditya2337/c9652ef743be0114f48973dc195d2437 to your computer and use it in GitHub Desktop.
Save aditya2337/c9652ef743be0114f48973dc195d2437 to your computer and use it in GitHub Desktop.
{
// 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