From 29fb69f8ed9bd06da9ed786fa579a415ced25e6e Mon Sep 17 00:00:00 2001 From: blaumeise20 <62756994+blaumeise20@users.noreply.github.com> Date: Mon, 25 Jan 2021 19:24:53 +0100 Subject: [PATCH] Set indent for package.json --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c1e2c64..5d2d5e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[package.json] +indent_size = 2