aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-06-21 16:41:05 +0200
committerGitHub <noreply@github.com>2023-06-21 16:41:05 +0200
commita17d01951fdf72a37036fe67cba4009b03b5723e (patch)
tree5fb52e9b0c8fa55aa4f25a49a2e96bd38b1a2941
parent32bbe3db810bb10bde956b1030fb85d5aae16e4c (diff)
parent41267873b6b512e29ba7922fbd6c50780c463091 (diff)
downloadnextcloud-server-a17d01951fdf72a37036fe67cba4009b03b5723e.tar.gz
nextcloud-server-a17d01951fdf72a37036fe67cba4009b03b5723e.zip
Merge pull request #38927 from nextcloud/bugfix/noid/package.json-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