From 1320d16f018ea26f0e8bc072484d5b2fb9f69b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Thu, 13 Jan 2022 10:00:25 +0100 Subject: [PATCH] Update .editorconfig. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index 69d43598..f57af0c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 indent_style = space @@ -12,6 +14,11 @@ ij_java_generate_final_parameters = true [*.yml] indent_size = 2 +tab_width = 2 [*.properties] ij_properties_keep_blank_lines = true + +[*.json] +indent_size = 2 +tab_width = 2