From 79b25ffb387452a97958e300ae75c82078e97b66 Mon Sep 17 00:00:00 2001 From: Kajetan Dvoracek Date: Fri, 29 Jul 2022 17:05:25 +0200 Subject: [PATCH] .editorconfig for composer.json/package.json --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c1e2c6435..1f7c07dab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[{composer.json,package.json}] +indent_size = 2