Created
January 30, 2018 00:52
-
-
Save rugor/16f3b78e5f2bbac892c9f1aabeb39f56 to your computer and use it in GitHub Desktop.
JavasScript: JSON default prettier.rc file #rugor
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
{ | |
"printWidth": 100, | |
"parser": "flow", | |
"semi": false, | |
"singleQuote": true, | |
"trailingComma": "none", | |
"bracketSpacing": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment