Displaying 1 result from an estimated 1 matches for "stylepp_trailing_spac".
Did you mean:
stylepp_trailing_space
2013 Jul 08
2
[LLVMdev] [RFC] Fix leading and trailing spaces
...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 split them somewhat?)
kam.mff.cuni.cz/~ondra/llvm_whitespace.patch
kam.mff.cuni.cz/~ondra/clang_whitespace.patch
kam.mff.cuni.cz/~ondra/compiler_rt_whitespace...