Skip to content

Instantly share code, notes, and snippets.

@featherplain
Created June 15, 2015 12:24
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 featherplain/56118b67f1975426d6a2 to your computer and use it in GitHub Desktop.
Save featherplain/56118b67f1975426d6a2 to your computer and use it in GitHub Desktop.
#editorconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.markdown]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.jade]
indent_style = space
indent_size = 2
[*.inc]
indent_style = tab
indent_size = 2
[*.php]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment