Quellcode durchsuchen

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 vor 9 Monaten
Ursprung
Commit
64f5180d1b
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4
    0
      .editorconfig

+ 4
- 0
.editorconfig Datei anzeigen

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

Laden…
Abbrechen
Speichern