Skip to content
Snippets Groups Projects
Commit 4ec4e0cc authored by Misha Brukman's avatar Misha Brukman
Browse files

[checkstyle] editorconfig = easy style conformance

More info at http://editorconfig.org - this makes it easy for editors to
automatically perform the right indentation.
parent 78165d27
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