add some configuration files

This commit is contained in:
AFCMS 2021-07-19 23:28:22 +02:00
parent 2db9151099
commit 1f9fc8cb49
2 changed files with 11 additions and 0 deletions

9
.editorconfig Executable file
View file

@ -0,0 +1,9 @@
[*]
end_of_line = lf
[*.{lua,spec}]
charset = utf8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto