Skip to content

Instantly share code, notes, and snippets.

@ball6847
Created May 23, 2018 14:06
Show Gist options
  • Save ball6847/5e084814a412af7f68bcd30e550a3237 to your computer and use it in GitHub Desktop.
Save ball6847/5e084814a412af7f68bcd30e550a3237 to your computer and use it in GitHub Desktop.
my prettierrc with angular
{
"$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