Skip to content

Instantly share code, notes, and snippets.

@ALF-er
Created December 15, 2015 16:58
Show Gist options
  • Save ALF-er/27801594d9cdd8f54863 to your computer and use it in GitHub Desktop.
Save ALF-er/27801594d9cdd8f54863 to your computer and use it in GitHub Desktop.
Code settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 4,
"editor.roundedSelection": false,
"editor.renderWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"javascript.suggest.useCodeSnippetsOnMethodSuggest": true,
"javascript.validate.enable": false,
"json.schemas": [
{
"fileMatch": [
"/.eslintrc"
],
"url": "http://json.schemastore.org/eslintrc"
}
],
"css.lint.duplicateProperties": "warning",
"css.lint.zeroUnits": "warning",
"css.lint.important": "warning",
"sass.lint.duplicateProperties": "warning",
"sass.lint.zeroUnits": "warning",
"sass.lint.important": "warning",
"eslint.enable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment