Displaying 2 results from an estimated 2 matches for "neleai".
Did you mean:
eleni
2013 Jul 08
2
[LLVMdev] [RFC] Fix leading and trailing spaces
...requisites is have clean codebase, so a refactorer can be simple and
created formatting inconsistencies can be eliminated by formatter.
My plan to keep codebase clean is first run a cleanup systemwide, then
keep it by hook/ periodicaly rerunning cleanup.
I put it for now here.
https://github.com/neleai/stylepp
I ran a scripts that remove trailing whitespaces and fix leading spaces
followed by tabs, commands are:
script/stylepp_skeleton stylepp_trailing_space and
script/stylepp_skeleton stylepp_space_after_tab
on llvm codebase, rather large patches are here (Is this correct list or
should I...
2013 Jul 08
0
[LLVMdev] [RFC] Fix leading and trailing spaces
On Jul 8, 2013, at 11:39 AM, Ondřej Bílka <neleai at seznam.cz> wrote:
> Hi,
>
> I am writing tool to simplify automated refactorings. One of
> prerequisites is have clean codebase, so a refactorer can be simple and
> created formatting inconsistencies can be eliminated by formatter.
Cool.
> My plan to keep codebase clean...