Bläddra i källkod

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>
tags/v28.0.0beta1
Christoph Wurst 7 månader sedan
förälder
incheckning
64f5180d1b
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      .editorconfig

+ 4
- 0
.editorconfig Visa fil

@@ -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

Laddar…
Avbryt
Spara