Skip to content
Snippets Groups Projects
.editorconfig 196 B
Newer Older
# 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