Files
timebank-cc-public/.bladeformatterrc.json
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

11 lines
266 B
JSON

{
"indentSize": 4,
"wrapAttributes": "auto",
"wrapLineLength": 120,
"endWithNewLine": true,
"noMultipleEmptyLines": false,
"useTabs": false,
"sortTailwindcssClasses": true,
"sortHtmlAttributes": "none",
"noPhpSyntaxCheck": false
}