diff --git a/.editorconfig b/.editorconfig index c19b252a2..e891f246f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,13 @@ [*] charset = utf-8 end_of_line = lf -indent_size = 4 +indent_size = 2 indent_style = space insert_final_newline = false max_line_length = 120 -tab_width = 4 +tab_width = 2 trim_trailing_whitespace = false -ij_continuation_indent_size = 8 +ij_continuation_indent_size = 4 ij_formatter_off_tag = @formatter:off ij_formatter_on_tag = @formatter:on ij_formatter_tags_enabled = true @@ -668,6 +668,9 @@ ij_xml_space_around_equals_in_attribute = false ij_xml_space_inside_empty_tag = false ij_xml_text_wrap = normal ij_xml_use_custom_settings = false +indent_size = 2 +tab_width = 2 +ij_continuation_indent_size = 4 [{*.applescript,*.scpt}] indent_size = 2 diff --git a/.idea/.idea.Aaru/.idea/codeStyles/Project.xml b/.idea/.idea.Aaru/.idea/codeStyles/Project.xml index 62f624b40..2e7707de6 100644 --- a/.idea/.idea.Aaru/.idea/codeStyles/Project.xml +++ b/.idea/.idea.Aaru/.idea/codeStyles/Project.xml @@ -202,5 +202,12 @@