Skip to content

Instantly share code, notes, and snippets.

@curiouslychase
Created August 13, 2013 21:28
Show Gist options
  • Save curiouslychase/6225870 to your computer and use it in GitHub Desktop.
Save curiouslychase/6225870 to your computer and use it in GitHub Desktop.
Editor config for http://editorconfig.org/ for my team.
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = "utf-8"
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment