Change testing values back to what they should be

This commit is contained in:
Hackerpilot 2015-04-19 21:58:38 -07:00
parent 57c388ae52
commit 3a27ad0ee9
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ insert_final_newline = true
[*.d] [*.d]
dfmt_align_switch_statements = true dfmt_align_switch_statements = true
dfmt_brace_style = otbs dfmt_brace_style = allman
dfmt_outdent_attributes = true dfmt_outdent_attributes = true
dfmt_outdent_labels = true dfmt_outdent_labels = true
dfmt_soft_max_line_length = 80 dfmt_soft_max_line_length = 80
@ -13,7 +13,7 @@ dfmt_space_after_cast = true
dfmt_space_after_keywords = true dfmt_space_after_keywords = true
dfmt_split_operator_at_line_end = false dfmt_split_operator_at_line_end = false
end_of_line = lf end_of_line = lf
indent_size = 8 indent_size = 4
indent_style = tab indent_style = tab
insert_final_newline = true insert_final_newline = true
max_line_length = 120 max_line_length = 120