diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-05-10 11:08:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 11:08:59 +0200 |
commit | f63c2db6a12e4f0b8942432c1fc7374d9f5c1732 (patch) | |
tree | 9d01c5521f4e791510d10e9c1fa5f5d634d67cbc | |
parent | 1fd8f41e331de1f27d0b77cba120bad25a01c877 (diff) | |
parent | cfe81050f56550df864da83e6589377f93b127a4 (diff) | |
download | nextcloud-server-f63c2db6a12e4f0b8942432c1fc7374d9f5c1732.tar.gz nextcloud-server-f63c2db6a12e4f0b8942432c1fc7374d9f5c1732.zip |
Merge pull request #38152 from nextcloud/chore/psalm-baseline-editorconfig
chore: Fine-tune editorconfig for build/psalm-baseline.xml
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 51117a6e796..4fab3f6e243 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,3 +23,7 @@ trim_trailing_whitespace = false [*.svg] insert_final_newline = false + +[build/psalm-baseline.xml] +indent_size = 2 +indent_style = space |