From 51722ba808ebf4d65976255d7e1355deb5b5eace Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 14 Sep 2021 13:35:41 +0000 Subject: [PATCH] Set indent size in JSON files to 2 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index ab1f8b8..6cab05c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,9 @@ trim_trailing_whitespace = true [*.rs] indent_size = 4 +[*.json] +indent_size = 2 + [*.yaml] indent_size = 2