diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a2305c64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.c] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e3536103 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vscode/* +Thumbs.db +CHANGELOG.md diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..3b6067c1 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +# ACE ANVIL CONTRIBUTOR LIST +# If you contributed, but are not listed here, contact us on Discord: +# https://acemod.org/discord +# +# Feel free to add yourself to this when creating a pull +# request, preferably including an email address. + +# CORE TEAM + +# CONTRIBUTORS diff --git a/docs/.gitkeep b/docs/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/extras/.gitkeep b/extras/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/src/.gitkeep b/src/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/tools/.gitkeep b/tools/.gitkeep new file mode 100644 index 00000000..e69de29b