.editorconfig: switch to tabs for accessibility

This commit is contained in:
Aminda Suomalainen 2023-02-12 14:19:08 +02:00
parent 3098d286ef
commit 1881c9b88f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 8 deletions

View File

@ -6,15 +6,9 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
# specific to Mikaela/shell-things
[gitconfig]
indent_style = tab
[.{git*,mailmap}]
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
indent_style = tab
#indent_size = 4
[*.{reg,bat,ahk}]
end_of_line = crlf