Skip to content

Instantly share code, notes, and snippets.

@cristian-frumusanu
Created December 4, 2020 10:13
Show Gist options
  • Save cristian-frumusanu/8a03702f364551daaa22d0aa1dbcbea4 to your computer and use it in GitHub Desktop.
Save cristian-frumusanu/8a03702f364551daaa22d0aa1dbcbea4 to your computer and use it in GitHub Desktop.
{
"bracketSpacing": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 80,
"tab-width": 4,
"endOfLine": "lf",
"singleQuote": true,
"overrides": [
{
"files": ["**/*.css", "**/*.scss", "**/*.html"],
"options": {
"singleQuote": false
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment