Skip to content

Instantly share code, notes, and snippets.

@lcdsantos
Created September 14, 2016 18:38
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 lcdsantos/98e006e5a5adff74c3b59b7eda414524 to your computer and use it in GitHub Desktop.
Save lcdsantos/98e006e5a5adff74c3b59b7eda414524 to your computer and use it in GitHub Desktop.
My root EditorConfig file
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
[.*]
indent_size = 4
indent_style = tab
[*.php]
indent_style = tab
[*.{aspx,ascx}]
indent_style = tab
indent_size = 4
end_of_line = crlf
charset = latin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment