mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
.editorconfig: switch to tabs for accessibility
This commit is contained in:
parent
3098d286ef
commit
1881c9b88f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user