Skip to content

Instantly share code, notes, and snippets.

@otterthecat
Last active October 10, 2015 22:21
Show Gist options
  • Save otterthecat/b5af7c399db311b05e40 to your computer and use it in GitHub Desktop.
Save otterthecat/b5af7c399db311b05e40 to your computer and use it in GitHub Desktop.
Editor Config file
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment