From: Daniel Karbach Date: Tue, 21 May 2024 09:13:45 +0000 (+0200) Subject: fix editorconfig X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=c96f2eb4ae81141c04241c673525569fef9cbaeb;p=alttp.git fix editorconfig --- diff --git a/.editorconfig b/.editorconfig index 1671c9b..49dd9a0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true charset = utf-8 end_of_line = lf insert_final_newline = true -indent_style = space +indent_style = tab indent_size = 4 trim_trailing_whitespace = true