Skip to content

Instantly share code, notes, and snippets.

@Trippnology
Last active January 2, 2016 13:22
Show Gist options
  • Save Trippnology/79b3c5a8a7acd828a048 to your computer and use it in GitHub Desktop.
Save Trippnology/79b3c5a8a7acd828a048 to your computer and use it in GitHub Desktop.
Editor Config
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.css]
indent_style = tab
[**.js]
indent_style = tab
[**.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment