From 1252feea0cbde47bfd5f7eca52f5ef5b91b4627e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 3 Oct 2023 22:19:46 +0100 Subject: [PATCH] [Solution] Reformat and cleanup. --- .editorconfig | 9 +- .idea/.idea.Aaru/.idea/codeStyles/Project.xml | 7 ++ GOVERNANCE.md | 63 +++++++--- MAINTAINERS.md | 35 +++--- NEEDED.md | 112 +++++++++--------- 5 files changed, 133 insertions(+), 93 deletions(-) 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 @@