Skip to content

Instantly share code, notes, and snippets.

@DaSchTour
Created September 23, 2022 11:13
Show Gist options
  • Save DaSchTour/5e424cd3b388abb194fd8fa50e4a9d1e to your computer and use it in GitHub Desktop.
Save DaSchTour/5e424cd3b388abb194fd8fa50e4a9d1e to your computer and use it in GitHub Desktop.
Angular Tailwind Prettier Configuration
bracketSpacing: true
bracketSameLine: true
semi: true
singleQuote: true
trailingComma: all
arrowParens: always
endOfLine: lf
htmlWhitespaceSensitivity: strict
printWidth: 120
tabWidth: 2
overrides:
- files:
- '**/*.css'
- '**/*.scss'
- '**/*.html'
options:
singleQuote: false
- files:
- '*.dialog.html'
- '*.view.html'
options:
attributeGroups:
- $ANGULAR
plugins:
- prettier-plugin-tailwind-css
- prettier-plugin-organize-attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment