From: Kai Moritz Date: Sat, 28 Sep 2024 06:35:51 +0000 (+0200) Subject: `.gitignore` und `.editorconfig` hinzugefügt X-Git-Tag: config/flawed-setup--zookeeper--REBASE-ANFANG~2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=5d4e1ba20eb7d06c1b394063a71d34f15d5af141;p=demos%2Fkafka%2Ftraining `.gitignore` und `.editorconfig` hinzugefügt --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e9dce24 --- /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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6240411 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.iml +.idea +target