From 695f23fe58cedd6e924656e9f2f99b654891cd5f Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Wed, 20 Apr 2022 15:34:45 +0200 Subject: [PATCH] Add exception for package.json to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c33e1fe61..9f658db9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_size = 4 charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true + +[**/package.json] +indent_size = 2