Skip to content

Instantly share code, notes, and snippets.

@lovejavaee
Last active September 19, 2018 03:30
Show Gist options
  • Save lovejavaee/5a5cdab4470a39b30305a16ccb657e7d to your computer and use it in GitHub Desktop.
Save lovejavaee/5a5cdab4470a39b30305a16ccb657e7d to your computer and use it in GitHub Desktop.
editor config
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