diff --git a/.editorconfig b/.editorconfig index c048257..ca2b8f7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ insert_final_newline = true [*.d] dfmt_align_switch_statements = true -dfmt_brace_style = otbs +dfmt_brace_style = allman dfmt_outdent_attributes = true dfmt_outdent_labels = true dfmt_soft_max_line_length = 80 @@ -13,7 +13,7 @@ dfmt_space_after_cast = true dfmt_space_after_keywords = true dfmt_split_operator_at_line_end = false end_of_line = lf -indent_size = 8 +indent_size = 4 indent_style = tab insert_final_newline = true max_line_length = 120