From 3b228f79aa6db0e95191823cacce14fb3335b8d8 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Wed, 21 Jun 2023 23:29:38 +0200 Subject: [PATCH] add .editorconfig this should also help keep consistency throughout this mod --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..faf22a9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +tab_width = 4 +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = false +trim_trailing_whitespace = true