From: Kai Moritz Date: Tue, 22 Nov 2022 20:47:13 +0000 (+0100) Subject: .editorconfig hinezugefügt X-Git-Tag: rest-producer---lvm-2-tage--easy-path~2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=59b622a34a51b9dcf3d12b1aac3925c2fa9410ea;p=demos%2Fkafka%2Ftraining .editorconfig hinezugefügt --- 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