From d7041f871ffd8f3aef8f34d8c7a8fb2f352cef3b Mon Sep 17 00:00:00 2001 From: Michael Doyle Date: Thu, 28 Jun 2018 04:49:08 -0400 Subject: [PATCH] Update .editorconfig to 2 space indentation. --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index ba843ef..2e29793 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ insert_final_newline = true # Set default charset [*.{cpp,hpp,c,h,txt,md}] charset = utf-8 -indent_style = tab -indent_size = 4 -trim_trailing_whitespace = true \ No newline at end of file +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true