diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-09 17:26:35 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-09 17:26:35 +0200 |
commit | cfe81050f56550df864da83e6589377f93b127a4 (patch) | |
tree | 9b4da27c2090099473bf1f842c1b8e3c240d2528 /.editorconfig | |
parent | ca88a1876b5e6c44f8c5030240eae0aff524efbc (diff) | |
download | nextcloud-server-cfe81050f56550df864da83e6589377f93b127a4.tar.gz nextcloud-server-cfe81050f56550df864da83e6589377f93b127a4.zip |
chore: Fine-tune editorconfig for build/psalm-baseline.xml
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 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 |