From: Kai Moritz Date: Sun, 15 Jan 2023 18:27:42 +0000 (+0100) Subject: style: Added an `editorconfig` to the project X-Git-Tag: wip~22 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=298f4b0c96221540cfd75c790502d916b6dce2d5;p=demos%2Fkafka%2Fchat style: Added an `editorconfig` to the project --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..633c98a4 --- /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