Created
May 23, 2018 14:06
-
-
Save ball6847/5e084814a412af7f68bcd30e550a3237 to your computer and use it in GitHub Desktop.
my prettierrc with angular
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
{ | |
"$schema": "http://json.schemastore.org/prettierrc", | |
"parser": "typescript", | |
"printWidth": 100, | |
"semi": true, | |
"singleQuote": true, | |
"tabWidth": 2, | |
"useTabs": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment