Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Nov 30, 2024
1 parent 10f5913 commit c83b13e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ Removes any space before and after parenthesis in filter and function calls.
Removes any space before and after opening and closing of arrays and hashes.
### Macro spacing
Do not put any spaces before and after ``=`` in macro argument declarations.
Put exactly one space after the ``:`` sign in macro argument declarations.
### Naming
Use snake case for all variable names.
Use snake case for all argument names.
Use snake case for all named arguments.
## Custom configuration
By default, the twig-cs-fixer standard is enabled with the twig coding standard rules and some extra rules.
Expand Down

0 comments on commit c83b13e

Please sign in to comment.