From b6ae45c3d9126e715282f6d5ec1a16fa4c5ffddd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 13 Apr 2024 09:36:08 +0200 Subject: [PATCH] Add a reference to the Twig CS fixer tool --- doc/coding_standards.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 721b0f13a..5cbd46cf4 100644 --- a/doc/coding_standards.rst +++ b/doc/coding_standards.rst @@ -1,6 +1,12 @@ Coding Standards ================ +.. note:: + + The `Twig CS fixer tool `_ + uses the coding standards described in this document to automatically fix + your templates. + When writing Twig templates, we recommend you to follow these official coding standards: