From 424c210b5a4109d1615b87d4ed018a935404b0e0 Mon Sep 17 00:00:00 2001 From: Christine Emrich Date: Thu, 16 May 2019 19:34:57 +0200 Subject: [PATCH] Move to tabs --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 280868f..c3ed40d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_style = space +indent_style = tab indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true