Consistently tab-indent Vimscript

This commit is contained in:
Danielle McLean 2023-10-14 19:49:26 +11:00
parent b006557730
commit 2dc8a5a61c
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
6 changed files with 223 additions and 217 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab