[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C/C++ lua_stackdump lib - feedback welcome
- From: Francisco Olarte <folarte@...>
- Date: Tue, 11 Oct 2016 16:54:58 +0200
On Tue, Oct 11, 2016 at 1:28 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Tue, Oct 11, 2016 at 12:56 PM, Francisco Olarte
> <folarte@peoplecall.com> wrote:
>> Anyway, what I like is indent-compatible coding styles, the ones which
>> I can take, pass through indent for my coding style, modify them, pass
>> them to indent for the original style and get them clean.
> That is indeed a good workflow, if the code permits that it can be
> done cleanly so as not to introduce spurious diffs.
Yep, once I was able to impose it, one indent option set mandatory for
the repo ( which casually was mine ;-> ), once for each developer,
mandatory reindenting before commit ( imposed by a hook which checked
no diffs after a redundant-reindent ). Worked nice while it lasted,
with only some rare line split / white space diffs.
Francisco Olarte.
- References:
- C/C++ lua_stackdump lib - feedback welcome, M. Gerhardy
- Re: C/C++ lua_stackdump lib - feedback welcome, Marc Balmer
- Re: C/C++ lua_stackdump lib - feedback welcome, M. Gerhardy
- Re: C/C++ lua_stackdump lib - feedback welcome, Igor Ehrlich
- Re: C/C++ lua_stackdump lib - feedback welcome, Marc Balmer
- Re: C/C++ lua_stackdump lib - feedback welcome, steve donovan
- Re: C/C++ lua_stackdump lib - feedback welcome, Sean Conner
- Re: C/C++ lua_stackdump lib - feedback welcome, steve donovan
- Re: C/C++ lua_stackdump lib - feedback welcome, Sean Conner
- Re: C/C++ lua_stackdump lib - feedback welcome, Francisco Olarte
- Re: C/C++ lua_stackdump lib - feedback welcome, steve donovan