On 6/17/15 10:01 AM, Mike Hommey wrote:
modelines don't express those half-indent either. Also, they're not in
the mozilla codying style, which, by the way uses 2-spaces indentations,
not 4-spaces.

Note that SpiderMonkey is almost entirely 4-space indent.

mozilla~% grep -r "c-basic-offset: 4" js/src/ | wc -l
     752
mozilla~% grep -r "c-basic-offset: 2" js/src/ | wc -l
     228

and all but 5 of the latter are .js files, not C++ code...

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to