Last active
September 19, 2018 03:30
-
-
Save lovejavaee/5a5cdab4470a39b30305a16ccb657e7d to your computer and use it in GitHub Desktop.
editor config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root=true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
[*.java] | |
indent_style = tab | |
indent_size = 4 | |
continuation_indent_size = 8 | |
[*.xml] | |
indent_style = tab | |
indent_size = 4 | |
continuation_indent_size = 8 | |
[*.{yml,yaml}] | |
indent_style = space | |
indent_size = 2 | |
continuation_indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment