20 lines
336 B
YAML
Executable File
20 lines
336 B
YAML
Executable File
arrowParens: avoid
|
|
bracketSpacing: false
|
|
phpVersion: "8.0"
|
|
singleQuote: true
|
|
|
|
plugins:
|
|
- "@prettier/plugin-php"
|
|
- "prettier-plugin-tailwindcss"
|
|
- "prettier-plugin-blade"
|
|
|
|
overrides:
|
|
- files: "*.html"
|
|
options:
|
|
printWidth: 100
|
|
tabWidth: 2
|
|
singleQuote: false
|
|
- files: "*.php"
|
|
options:
|
|
tabWidth: 4
|