add renovate, editorconfig and gitattributes

This commit is contained in:
connorhartley 2023-02-12 11:51:28 +13:00
parent 9d57839ac8
commit 050c6d9779
3 changed files with 18 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = off

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

5
renovate.json Normal file
View file

@ -0,0 +1,5 @@
{
"extends": [
"local>vectrix-space/.github:renovate-config"
]
}