Created
July 4, 2019 16:19
-
-
Save shaneparsons/167cf6367efb85439d75312e35e50b98 to your computer and use it in GitHub Desktop.
Prettier config
This file contains 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
{ | |
"printWidth": 9999, | |
"singleQuote": true, | |
"tabWidth": 2, | |
"overrides": [ | |
{ | |
"files": ["*.php", "*.scss"], | |
"options": { | |
"tabWidth": 4 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment