From 050c6d977960956af093b4ec9a6f7fcf7eed0f1c Mon Sep 17 00:00:00 2001 From: connorhartley Date: Sun, 12 Feb 2023 11:51:28 +1300 Subject: [PATCH] add renovate, editorconfig and gitattributes --- .editorconfig | 8 ++++++++ .gitattributes | 5 +++++ renovate.json | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 renovate.json 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