diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..8e478f8c079f2f2b48bdc809c2b1497502337461 --- /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