Files
UNIT3D/.blade.format.json
Roardom 240285fb5b refactor: format blade files using prettier
Formatted using `./node_modules/.bin/prettier -w *`.
2023-12-25 12:42:42 +00:00

10 lines
125 B
JSON

{
"attributeJsOptions": {
"semi": true
},
"phpOptions": {
"singleQuote": true
},
"useLaravelPint": false
}