Skip to content

Instantly share code, notes, and snippets.

@vitaliy-bobrov
Last active March 9, 2017 21:45
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 vitaliy-bobrov/c75c3453f9049fa4d50bc7181bcac0b7 to your computer and use it in GitHub Desktop.
Save vitaliy-bobrov/c75c3453f9049fa4d50bc7181bcac0b7 to your computer and use it in GitHub Desktop.
VS Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.cursorBlinking": "smooth",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"css.lint.vendorPrefix": "ignore",
"css.lint.duplicateProperties": "warning",
"css.lint.zeroUnits": "warning",
"css.lint.float": "warning",
"scss.lint.duplicateProperties": "warning",
"scss.lint.zeroUnits": "warning",
"scss.lint.float": "warning",
"telemetry.enableTelemetry": false,
"editor.wordWrap": "on",
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"editor.dragAndDrop": true,
"window.title": "${activeEditorMedium}",
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
[
"#E040FB",
"#FFFF00",
"#18FFFF",
"#448AFF",
"#64FFDA"
],
"#FF1744"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment