This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 5964887 chore(dev): add .editorconfig 5964887 is described below commit 596488748fce15a16b348ab1a0f28027a5f23107 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Wed Oct 20 13:56:00 2021 +0900 chore(dev): add .editorconfig --- .editorconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1618d30 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.go] +indent_style = tab + +[Makefile] +indent_style = tab + +[*.java] +indent_size = 4