Skip to content

Instantly share code, notes, and snippets.

@jamesmacfie
Created June 7, 2014 02:34
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 jamesmacfie/2b4a598eb6baacc91872 to your computer and use it in GitHub Desktop.
Save jamesmacfie/2b4a598eb6baacc91872 to your computer and use it in GitHub Desktop.
The .editorconfig I use with my projects
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment