While working on bug 995730, I bumped into a few things that the Gecko
style guide leaves unspecified. I have described one such case below.
I'll create separate threads for the other things in order to maximize
the number of bikeshedding threads (and for readability).

For classes and structs, braces are placed like so:

    class Foo
    {
      // ...
    };

How should they be placed for enums and unions? What about with
anonymous enums and unions?
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to