Created
April 4, 2018 04:46
-
-
Save mywarr/f94e3087b2462c25c359d3fb814dc354 to your computer and use it in GitHub Desktop.
.prettierrc
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": 120, | |
"singleQuote": true, | |
"useTabs": false, | |
"tabWidth": 2, | |
"semi": true, | |
"bracketSpacing": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment