Ver código fonte

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 meses atrás
pai
commit
64f5180d1b
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      .editorconfig

+ 4
- 0
.editorconfig Ver arquivo

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

Carregando…
Cancelar
Salvar