Skip to content

Commit

Permalink
Update .bladeformatterrc.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelElrafa committed Nov 29, 2023
1 parent 3abba04 commit 2d4732c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .bladeformatterrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"indentSize": 4,
"wrapAttributes": "force-expand-multiline",
"wrapLineLength": 120,
"wrapAttributesMinAttrs": 2,
"indentInnerHtml": false,
"endWithNewLine": true,
"endOfLine": "LF",
"useTabs": false,
"sortTailwindcssClasses": true,
"sortHtmlAttributes": "code-guide",
"noMultipleEmptyLines": false,
"noPhpSyntaxCheck": false
"noPhpSyntaxCheck": false,
"noSingleQuote": false,
"noTrailingCommaPhp": false,
"extraLiners": []
}

0 comments on commit 2d4732c

Please sign in to comment.