Skip to content

Instantly share code, notes, and snippets.

@Trippnology
Last active December 15, 2015 06:39
Show Gist options
  • Save Trippnology/5218176 to your computer and use it in GitHub Desktop.
Save Trippnology/5218176 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment