From: Kai Moritz Date: Tue, 22 Nov 2022 19:21:23 +0000 (+0100) Subject: .editorconfig hinzugefügt X-Git-Tag: simple-producer---lvm-2-tage--easy-path X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=3870d84d14383ee7a4e28d4608a8ba3493f7367b;p=demos%2Fkafka%2Ftraining .editorconfig hinzugefü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