.editorconfig: set indent_size to tab, add commented tab_width

This commit is contained in:
Aminda Suomalainen 2023-02-12 15:52:08 +02:00
parent 40cba20ed4
commit 9c3ce2dea0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -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