Skip to content

Instantly share code, notes, and snippets.

@markdboyd
Last active January 28, 2016 22:13
Show Gist options
  • Save markdboyd/a050be0bdd46c4e9ac9f to your computer and use it in GitHub Desktop.
Save markdboyd/a050be0bdd46c4e9ac9f to your computer and use it in GitHub Desktop.
JSCS config
{
"preset": "node-style-guide",
"requireTrailingComma": false,
"disallowMultipleVarDecl": false,
"requireCurlyBraces": ["else", "for", "while", "do", "try", "catch" ],
"disallowKeywordsOnNewLine": [],
"maximumLineLength": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment