From 53692395673b5b4288ba136fb6a4061c12c72b2b Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Thu, 24 Oct 2013 21:36:50 -0700 Subject: [PATCH] Change Markdown config --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9aac58c..3abf25c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,5 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false +indent_style = space +indent_size = 2