lib-jsl
Version:
JSL is a JSON based logic programming library meant for embedded use
24 lines (23 loc) • 530 B
Plain Text
{
"bitwise" : false,
"camelcase" : false,
"curly" : true,
"eqeqeq" : true,
"indent" : 4,
"latedef" : "nofunc",
"noarg" : true,
"noempty" : true,
"nonew" : true,
"quotmark" : "single",
"undef" : true,
"unused" : "vars",
"trailing" : true,
"asi" : true,
"boss" : true,
"eqnull" : true,
"expr" : true,
"trailing" : true,
"node" : true,
"browser" : true,
"predef" : ["describe", "it"]
}