homespun
Version:
This is the root of the homespun family of repositories: you run a server in your home that collects sensor readings and uploads them to the management cloud of your choice. At present, upload to only one cloud is available: [numerous](http://numerousapp.
91 lines (90 loc) • 1.87 kB
JSON
{
"requireCurlyBraces": [
"while",
"do",
"try",
"catch"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"return",
"try",
"catch"
],
"requireSpaceBeforeBlockStatements": true,
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningRoundBrace": true,
"beforeOpeningCurlyBrace": true
},
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningRoundBrace": true,
"beforeOpeningCurlyBrace": true
},
"disallowSpacesInCallExpression": true,
"requireMultipleVarDecl": "onevar",
"requireSpacesInsideArrayBrackets": "all",
"disallowQuotedKeysInObjects": "allButReserved",
"requireSpaceAfterObjectKeys": true,
"requireSpaceBeforeObjectValues": true,
"disallowCommaBeforeLineBreak": true,
"disallowSpaceAfterPrefixUnaryOperators": true,
"requireSpaceBeforeBinaryOperators": [
"!=",
"!==",
"%",
"%=",
"&",
"&&",
"&=",
"*",
"*=",
"+",
"+=",
"+=",
"-",
"-=",
"/",
"/=",
"<",
"<<",
"<<=",
"<=",
"=",
"==",
"===",
">",
">=",
">>",
">>=",
">>>",
">>>=",
"^",
"^=",
"|",
"|=",
"||"
],
"requireSpaceAfterBinaryOperators": true,
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"disallowMultipleLineStrings": true,
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"disallowTrailingComma": true,
"requireLineFeedAtFileEnd": true,
"maximumLineLength": {
"value": 106,
"allowComments": true,
"allowRegex": true
},
"disallowFunctionDeclarations": true,
"disallowNewlineBeforeBlockStatements": true,
"validateQuoteMarks": "'",
"validateLineBreaks":"LF",
"validateParameterSeparator": ", "
}