Created
December 4, 2020 10:13
-
-
Save cristian-frumusanu/8a03702f364551daaa22d0aa1dbcbea4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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