Created
July 23, 2018 15:54
-
-
Save oktay-sen/c90ca156fafd6026b288f93a890935cd to your computer and use it in GitHub Desktop.
My prettier settings.
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
{ | |
"arrowParens": "avoid", | |
"bracketSpacing": true, | |
"semi": false, | |
"singleQuote": true, | |
"tabWidth": 4, | |
"trailingComma": "none", | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment