Consistently tab-indent Vimscript
This commit is contained in:
parent
b006557730
commit
2dc8a5a61c
6 changed files with 223 additions and 217 deletions
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
Loading…
Reference in a new issue