Skip to content

Commit

Permalink
[RFC] feat: add IncludeFunctionRule in default standard fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
94noni committed Apr 30, 2024
1 parent 7c13239 commit 1778c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Standard/TwigCsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace TwigCsFixer\Standard;

use TwigCsFixer\Rules\Function\IncludeFunctionRule;
use TwigCsFixer\Rules\Delimiter\BlockNameSpacingRule;
use TwigCsFixer\Rules\Punctuation\TrailingCommaSingleLineRule;
use TwigCsFixer\Rules\String\SingleQuoteRule;
Expand All @@ -28,6 +29,7 @@ public function getRules(): array
new SingleQuoteRule(),
new TrailingCommaSingleLineRule(),
new TrailingSpaceRule(),
new IncludeFunctionRule(),
];
}
}

0 comments on commit 1778c9e

Please sign in to comment.