diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f5a3813 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +max_line_length = off \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9cfe8f5 --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..829aed7 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "local>vectrix-space/.github:renovate-config" + ] +} \ No newline at end of file