Skip to content

Instantly share code, notes, and snippets.

@sysadmiral
Last active August 16, 2018 14:13
Show Gist options
  • Save sysadmiral/d77baee388d802bf472e384e2a6bb5ca to your computer and use it in GitHub Desktop.
Save sysadmiral/d77baee388d802bf472e384e2a6bb5ca to your computer and use it in GitHub Desktop.
editorconfig
# http://EditorConfig.org
# Top-most EditorConfig file
root = true
[*]
charset = "utf-8"
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.{gradle,groovy,java}]
indent_size = 4
continuation_indent_size = 4
[*.py]
indent_size = 4
[*.{markdown, mdown, mkdn, mkd, md}]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment