From 1c54b1a976d7363072f707dcee38411ef0d6e80e Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Thu, 12 May 2022 15:31:45 +0200 Subject: [PATCH] chore: json editor config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 47abc219..23f4091d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,5 +16,9 @@ indent_size = 2 trim_trailing_whitespace = false indent_size = 2 +[*.json] +trim_trailing_whitespace = false +indent_size = 2 + [*.proto] indent_size = 2