1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/.jscsrc
dceejay 64d3b11fd9 slightly nicer jscs style updates to several nodes
again not pushed to npm - still just whitespace.
2015-05-11 20:04:51 +01:00

13 lines
455 B
Plaintext

{
"fileExtensions": [ ".js", "jscs" ],
"excludeFiles": [ "node_modules/**" ],
"validateIndentation": 4,
"requireCurlyBraces": true,
"disallowMixedSpacesAndTabs": true,
"disallowMultipleSpaces": {"allowEOLComments": true},
"requireSpaceBeforeBlockStatements": 1,
//"requireSemicolons": true,
//"validateParameterSeparator": ", ",
"requireSpaceAfterKeywords": ["do","for","if","else","switch","case","try","while"]
}