Skip to content

Instantly share code, notes, and snippets.

@mikesprague
Last active January 29, 2016 00:24
Show Gist options
  • Save mikesprague/c77d3920788b53a7dacb to your computer and use it in GitHub Desktop.
Save mikesprague/c77d3920788b53a7dacb to your computer and use it in GitHub Desktop.
My default .editorConfig file
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment