Skip to content

Instantly share code, notes, and snippets.

@skylerto
Created June 27, 2016 11:30
Show Gist options
  • Save skylerto/ea334062af075f21c9eb3b266e55412e to your computer and use it in GitHub Desktop.
Save skylerto/ea334062af075f21c9eb3b266e55412e to your computer and use it in GitHub Desktop.
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Java
[*.java]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment