From 9c3ce2dea0720b8fe0f6bf1ef347972d99a92c78 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 Feb 2023 15:52:08 +0200 Subject: [PATCH] .editorconfig: set indent_size to tab, add commented tab_width --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 701aafe4..01ea8bc3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,8 @@ insert_final_newline = true charset = utf-8 # Accessibility reasons. Vim: :%retab! (note also :set ts=4) indent_style = tab -#indent_size = 4 +indent_size = tab +#tab_width = [*.{reg,bat,ahk}] end_of_line = crlf