From 3261b84f08ab2a3597a773cd04bb04ec96363a01 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Thu, 9 Sep 2021 10:51:50 -0600 Subject: [PATCH] Added some meta stuff https://github.com/Muhlex/iw4-mods/blob/main/.editorconfig --- .editorconfig | 11 +++++++++++ .gitattributes | 1 + .gitignore | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bb97c78 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +charset = latin1 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de71cf3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gsc linguist-language=C diff --git a/.gitignore b/.gitignore index 416f704..5222fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # Files to not ignore !/.gitignore +!/.gitattributes +!/.editorconfig !/.vscode # Folder to not ignore