Created
January 30, 2019 17:44
-
-
Save kenziebottoms/91e842e34ffd63cdadce92045f32c72b to your computer and use it in GitHub Desktop.
My Prettier Config
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
{ | |
"trailingComma": "es5", | |
"tabWidth": 2, | |
"semi": true, | |
"singleQuote": true, | |
"overrides": [ | |
{ | |
"files": "*.scss", | |
"options": { | |
"tabWidth": 4 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment