From b14db79e5e612d4cb8240db1763c4fcc98e0be9d Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 30 Nov 2024 09:17:14 +0100 Subject: [PATCH] Update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9bb5bc42..5f57f478 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,22 @@ 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 & Functions/Filter/Test spacing + +Ensures there is a single space before and after `=` in macro argument declarations. + +Ensures there is no space before and after `=` sign when using named arguments. + +Ensures one space after the `:` sign when using named arguments. + +### 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.