lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.