Skip to content

Instantly share code, notes, and snippets.

@yeghishe
Last active August 29, 2015 14:27
Show Gist options
  • Save yeghishe/a402fd29f3852fb28523 to your computer and use it in GitHub Desktop.
Save yeghishe/a402fd29f3852fb28523 to your computer and use it in GitHub Desktop.
My generic editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
[*.{js,coffee,py,rb,scala,java,css,scss,html,jade,erb,json,yml,xml}]
charset = utf-8
indent_style = space
indent_size = 2
[*.py]
indent_size = 4
insert_final_newline = false
[*.{scala,java}]
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment