aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-06-21 14:57:48 +0200
committerJoas Schilling <coding@schilljs.com>2023-06-21 14:57:48 +0200
commit41267873b6b512e29ba7922fbd6c50780c463091 (patch)
tree5fb52e9b0c8fa55aa4f25a49a2e96bd38b1a2941 /.editorconfig
parent32bbe3db810bb10bde956b1030fb85d5aae16e4c (diff)
downloadnextcloud-server-41267873b6b512e29ba7922fbd6c50780c463091.tar.gz
nextcloud-server-41267873b6b512e29ba7922fbd6c50780c463091.zip
chore: Adjust editorconfig for package.json and package-lock.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4fab3f6e243..01f3b100338 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,6 +24,10 @@ trim_trailing_whitespace = false
[*.svg]
insert_final_newline = false
+[package*.json]
+indent_size = 2
+indent_style = space
+
[build/psalm-baseline.xml]
indent_size = 2
indent_style = space