Skip to content

Instantly share code, notes, and snippets.

@tricoder42
Last active August 29, 2015 14:23
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 tricoder42/0e97dc29b3d4c8252504 to your computer and use it in GitHub Desktop.
Save tricoder42/0e97dc29b3d4c8252504 to your computer and use it in GitHub Desktop.
Editor Config
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# frontend stuff
[*.{coffee,jade,styl}]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Go lang uses tabs by default
[*.go]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment