Skip to content

Instantly share code, notes, and snippets.

@aknuds1
Created February 21, 2015 20:57
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 aknuds1/3eae26016314a8bf6651 to your computer and use it in GitHub Desktop.
Save aknuds1/3eae26016314a8bf6651 to your computer and use it in GitHub Desktop.
CoffeeScript + Editorconfig
root = true
[*.coffee]
max_line_length = 100
indent_size = 2
func = ->
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment