mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
.editorconfig: set indent_size to tab, add commented tab_width
This commit is contained in:
parent
40cba20ed4
commit
9c3ce2dea0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user