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