From 97e4909ffee4644ff6c313a06cce61065084aff2 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 30 Aug 2023 11:19:33 +0200 Subject: [PATCH] Fix EditorConfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index dceeb34..a6f3cc8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,10 @@ insert_final_newline = true max_line_length = 80 trim_trailing_whitespace = true +[src/i18n/translations/*.json] +indent_style = space +indent_size = 4 + [*.md] indent_style = space max_line_length = off