diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-09-21 16:41:11 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-09-21 16:41:11 +0200 |
commit | 64f5180d1b9022ba8d9307a7e311d9c742faa4c1 (patch) | |
tree | 97b7b31e5f62787b8fcdc1eb7e977640ed74dd01 /.editorconfig | |
parent | d6445254ac8d54b746a45905cfba7ceade858d86 (diff) | |
download | nextcloud-server-64f5180d1b9022ba8d9307a7e311d9c742faa4c1.tar.gz nextcloud-server-64f5180d1b9022ba8d9307a7e311d9c742faa4c1.zip |
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>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 01f3b100338..90f238926b1 100644 --- a/.editorconfig +++ b/.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
\ No newline at end of file |