X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=.editorconfig;h=49dd9a03b887df8a23ae51087f658488962135f4;hb=HEAD;hp=1671c9b9d94ae80b2d39c6b6a64d154b0ac6cb65;hpb=4bf2dd1dd1f6d31b2ebe299b7495a8b0e259ec77;p=alttp.git 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