From 3fcb695db13281056c541a10a08abff4d162495c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 23 Aug 2022 17:23:35 +0200 Subject: [PATCH] =?utf8?q?.editorconfig=20erg=C3=A4nzt=20-=20siehe:=20ttps?= =?utf8?q?://editorconfig.org/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Einziger gangbarer Weg, um IntelliJ beizubiegen, Leerzeichen für die Einrückung zu verwenden! * ...aber auch für einige andere Dinge ganz praktisch... --- .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