X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=633c98a4875ffcbbb5db4410a46dd8e5be0b5090;hb=0e95885d4b827f78ad9063ba2aca045e9ab33a1d;hp=0000000000000000000000000000000000000000;hpb=1c20fcc1e9ee87b0727b134472832b8b27e9675f;p=demos%2Fkafka%2Ftraining 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