From 3a27ad0ee906776f221ad957ae56724cafc50747 Mon Sep 17 00:00:00 2001
From: Hackerpilot <briancschott@gmail.com>
Date: Sun, 19 Apr 2015 21:58:38 -0700
Subject: [PATCH] Change testing values back to what they should be

---
 .editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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