Re: precedence of Mozilla, Google, and clang-format styles for C++ code

2019-07-23 Thread Ehsan Akhgari
On Tue, Jul 23, 2019 at 2:50 PM Bryce Seager van Dyk wrote: > On Sunday, July 21, 2019 at 10:18:02 PM UTC-7, Karl Tomlinson wrote: > > Near the top of > > > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style > > there is > > > New code should try to conform to these

Re: precedence of Mozilla, Google, and clang-format styles for C++ code

2019-07-23 Thread Ehsan Akhgari
On Mon, Jul 22, 2019 at 1:20 AM Karl Tomlinson wrote: > Near the top of > > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style > there is > > New code should try to conform to these standards, so it is as > > easy to maintain as existing code. [...] > > > > This

Re: precedence of Mozilla, Google, and clang-format styles for C++ code

2019-07-23 Thread Bryce Seager van Dyk
On Sunday, July 21, 2019 at 10:18:02 PM UTC-7, Karl Tomlinson wrote: > Near the top of > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style > there is > > New code should try to conform to these standards, so it is as > > easy to maintain as existing code. [...] > > > >

precedence of Mozilla, Google, and clang-format styles for C++ code

2019-07-21 Thread Karl Tomlinson
Near the top of https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style there is > New code should try to conform to these standards, so it is as > easy to maintain as existing code. [...] > > This article is particularly for those new to the Mozilla > codebase [...]" Before