Skip to content
Snippets Groups Projects
Commit ac4c0a7d authored by Sean Busbey's avatar Sean Busbey
Browse files

Merge pull request #520 from mbrukman/editorconfig

Added editorconfig for easy style conformance.
parents 78165d27 4ec4e0cc
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment