From 41267873b6b512e29ba7922fbd6c50780c463091 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 21 Jun 2023 14:57:48 +0200 Subject: chore: Adjust editorconfig for package.json and package-lock.json Signed-off-by: Joas Schilling --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3