From e0fd924208552097402138d44e127024823a94bb Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 18 Nov 2023 23:34:29 +0100 Subject: [PATCH] update .editorconfig (test indent_style = tab) --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6e71c06..dd692b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] -indent_style = space +indent_style = tab indent_size = 4 end_of_line = lf charset = utf-8 @@ -12,4 +12,5 @@ trim_trailing_whitespace = true insert_final_newline = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false +