From 59b622a34a51b9dcf3d12b1aac3925c2fa9410ea Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 22 Nov 2022 21:47:13 +0100 Subject: [PATCH] =?utf8?q?.editorconfig=20hinezugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..633c98a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = tab +tab_width = 2 +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = false + +[*.properties] +charset = latin1 \ No newline at end of file -- 2.20.1