Skip to content

Instantly share code, notes, and snippets.

@alexanderjeurissen
Last active August 29, 2015 14:09
Show Gist options
  • Save alexanderjeurissen/1e59a173a85ac4354a2b to your computer and use it in GitHub Desktop.
Save alexanderjeurissen/1e59a173a85ac4354a2b to your computer and use it in GitHub Desktop.
//GistId: 1e59a17
{
"preset": "google",
"maximumLineLength": 120,
"disallowSpacesInsideObjectBrackets": null,
"disallowSpacesInFunctionExpression": null,
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowMultipleVarDecl": true,
"requireBlocksOnNewline": true,
"disallowPaddingNewlinesInBlocks": true,
"disallowEmptyBlocks": true,
"disallowMultipleLineStrings": true,
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"validateIndentation": 2,
"disallowKeywordsOnNewLine": ["else"],
"validateLineBreaks": "LF"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment