diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8e478f8c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# For more info, see: http://EditorConfig.org +root = true + +[*.java] +indent_style = space +indent_size = 2 + +[*.md] +indent_style = space +indent_size = 2 + +[*.xml] +indent_style = space +indent_size = 2