Created
September 23, 2022 11:13
-
-
Save DaSchTour/5e424cd3b388abb194fd8fa50e4a9d1e to your computer and use it in GitHub Desktop.
Angular Tailwind Prettier Configuration
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
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