Update dotfiles

This commit is contained in:
HiPhish 2023-01-11 20:19:42 +01:00
parent e9f533be10
commit e799a7f407
2 changed files with 11 additions and 4 deletions

View file

@ -1,9 +1,15 @@
root = true root = true
[*] [*]
indent_style = space indent_size = tab
indent_size = 4 tab_width = 4
tab_width = 8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
charset = utf-8 charset = utf-8
[*.lua]
indent_style = tab
[*.scm]
indent_style = space
indent_size = 2

3
.gitignore vendored
View file

@ -1 +1,2 @@
lua/rainbow/colors.lua # Tag file created by Vim
doc/tags