From 6f182f0db6c38a4dcf1608e1757a2be92cb8ec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Fri, 3 Jan 2020 13:52:50 +0100 Subject: [PATCH] Internal: Added config for package.json to .editorconfig. See #318. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 541fc2d..ab5fd23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true + +[package.json] +indent_style = space +tab_width = 2