From 70bc25a856b518a852dda508d4d4fe11c3e12624 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 19 Apr 2015 21:59:21 -0700 Subject: [PATCH] Change testing values back to what they should be --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ca2b8f7..64f936f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ dfmt_space_after_keywords = true dfmt_split_operator_at_line_end = false end_of_line = lf indent_size = 4 -indent_style = tab +indent_style = space insert_final_newline = true max_line_length = 120 tab_width = 8