From 0c543908d3db2d04f8b2b72581e3525e54215dab Mon Sep 17 00:00:00 2001 From: NBTX Date: Fri, 30 Aug 2019 18:41:01 +0100 Subject: [PATCH] Resolves liyasthomas#115 --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index af191795b..37508f463 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,8 +3,8 @@ root = true [*] -indent_size = 1 -indent_style = space +indent_size = 2 +indent_style = tab charset = utf-8 end_of_line = lf insert_final_newline = true