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