Browse Source

style: Fix editorconfig indent for config/*config.php

*config.php is created with var_export, which indents lines with two
spaces.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/40562/head
Christoph Wurst 2 years ago
parent
commit
64f5180d1b
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 4
      .editorconfig

4
.editorconfig

@ -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
Loading…
Cancel
Save