Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created December 22, 2013 00:10
Show Gist options
  • Save johnhamelink/8076897 to your computer and use it in GitHub Desktop.
Save johnhamelink/8076897 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
[*.java]
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 4
[*.xml]
indent_size = 2
[*.html]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment