Change testing values back to what they should be
This commit is contained in:
parent
57c388ae52
commit
3a27ad0ee9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue