X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.editorconfig;fp=.editorconfig;h=633c98a4875ffcbbb5db4410a46dd8e5be0b5090;hb=14c5227ccdc4b5d4d63901e2995d92e3c5c3cc29;hp=0000000000000000000000000000000000000000;hpb=bc8304e07ecbb240fcd02e26a7387006e58c3c42;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