diff --git a/.editorconfig b/.editorconfig index e39c63dcd..999845632 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,11 @@ charset = utf-8 end_of_line = lf indent_size = 4 indent_style = tab -insert_final_newline = false +insert_final_newline = true max_line_length = 120 tab_width = 4 # noinspection EditorConfigKeyCorrectness -disabled_rules=no-wildcard-imports,no-unused-imports +disabled_rules = no-wildcard-imports, no-unused-imports [{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul}] ij_continuation_indent_size = 4 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 2bcd23609..38963f65d 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,6 +3,9 @@