Skip to content

Instantly share code, notes, and snippets.

@1forh
Last active June 23, 2016 16:25
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 1forh/e3bb5460878c498f8b73 to your computer and use it in GitHub Desktop.
Save 1forh/e3bb5460878c498f8b73 to your computer and use it in GitHub Desktop.
Standard .editorconfig file
# editorconfig.org
root = true
[*]
indent_style = tabs
indent_size = 1
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**/*.php]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment