Skip to content

Instantly share code, notes, and snippets.

@manavm1990
Last active November 12, 2019 14:21
Show Gist options
  • Save manavm1990/010888b2c0c7b7387312a2f5e3d05295 to your computer and use it in GitHub Desktop.
Save manavm1990/010888b2c0c7b7387312a2f5e3d05295 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"better-comments.highlightPlainText": true,
"css.validate": false,
"editor.accessibilitySupport": "off",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.fontFamily": "'Inconsolata', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.scrollBeyondLastColumn": 2,
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 100,
"eslint.autoFixOnSave": true,
"files.autoSave": "onFocusChange",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"stylelint.enable": true,
"terminal.integrated.fontFamily": "'Inconsolata', monospace",
"workbench.colorTheme": "Night Owl (No Italics)",
"workbench.enableExperiments": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.view.alwaysShowHeaderActions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment