From 1f9fc8cb4912a91369418c95161d75ee28f47b54 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Mon, 19 Jul 2021 23:28:22 +0200 Subject: [PATCH] add some configuration files --- .editorconfig | 9 +++++++++ .gitattributes | 2 ++ 2 files changed, 11 insertions(+) create mode 100755 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100755 index 0000000..b58478e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +end_of_line = lf + +[*.{lua,spec}] +charset = utf8 +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file