On Fri, Dec 11, 2015 at 2:11 PM Todd Fiala via lldb-commits < [email protected]> wrote:
> On Fri, Dec 11, 2015 at 2:02 PM, Eugene Zelenko <[email protected]> > wrote: > >> Hi, Todd! >> >> As far as I know Clang-format doesn't leave spaces. Somebody pointed >> to old discussion on this matter, but I forgot it locations :-( >> >> I think will be good idea to implement automatic run of Clang-format >> as pre-commit hook, since LLDB code have too much diversity in code >> formatting for single project. >> > > I like the pre-commit hook idea. Have we attempted to pursue this in the > past? > Biggest problem with commit hook is that it will format lines that you specifically don't want formatted. See for example all the option tables in Command*.cpp files
_______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
