mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
240285fb5b
Formatted using `./node_modules/.bin/prettier -w *`.
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-blade"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.blade.php"
|
|
],
|
|
"options": {
|
|
"parser": "blade",
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"singleQuote": true
|
|
}
|
|
}
|
|
]
|
|
}
|