in index.js [83:89]
function getOptsString(opt_clangOptions) { var optsStr = opt_clangOptions || {BasedOnStyle: 'Google'}; if (typeof optsStr === 'object') { optsStr = JSON.stringify(optsStr); } return optsStr; }