Skip to content

Instantly share code, notes, and snippets.

@klzns
Created January 21, 2014 13:03
Show Gist options
  • Save klzns/8539615 to your computer and use it in GitHub Desktop.
Save klzns/8539615 to your computer and use it in GitHub Desktop.
Coffeelint config
{
"camel_case_classes": true,
"indentation": 2,
"line_endings": "linux",
"no_empty_param_list": true,
"no_implicit_braces": true,
"no_stand_alone_at": true,
"no_tabs": true,
"no_trailing_semicolons": true,
"no_trailing_whitespace": true,
"space_operators": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment