Skip to content

Commit

Permalink
style: Fix editorconfig indent for config/*config.php
Browse files Browse the repository at this point in the history
*config.php is created with var_export, which indents lines with two
spaces.

Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Sep 21, 2023
1 parent d644525 commit 64f5180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ indent_style = space
[build/psalm-baseline.xml]
indent_size = 2
indent_style = space

[config/*config.php]
indent_size = 2
indent_style = space

0 comments on commit 64f5180

Please sign in to comment.