From cb2ba3cb6a521493aa4bbf2aad39378a532be56f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 6 Aug 2023 01:52:04 +0300 Subject: [PATCH] update editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index a76a182..bbbdfe4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,9 @@ indent_size = 2 indent_style = space indent_size = 2 +[{package-lock.json,shard.lock}] +indent_size = unset + [humans.txt] indent_style = tab indent_size = 2