JavaScriptのコーディング規約はどの採用が主流ですか?

・JavaScript style guide(MDN)
https://developer.mozilla.org/ja/docs/JavaScript_style_guide
・Google JavaScript Style Guide
http://cou929.nu/data/google_javascript_style_guide/
・Airbnb JavaScript Style Guide
http://mitsuruog.github.io/javascript-style-guide/

nodeとjqueryは下記ですかね?
・Node.js Style Guide
http://popkirby.github.io/contents/nodeguide/style.html
・JavaScript Style Guide(jQuery)
https://contribute.jquery.org/style-guide/js/

またtabか4スペかインデントはどちらが主流ですか?