Skip to content

Instantly share code, notes, and snippets.

@ryanzec
Created August 23, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanzec/a62aaf4c6b69492eae54 to your computer and use it in GitHub Desktop.
Save ryanzec/a62aaf4c6b69492eae54 to your computer and use it in GitHub Desktop.
My standard editor config file
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
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