[PATCH] D110252: Added note about Whatstyle and Unformat
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 4 12:44:32 PDT 2021
MyDeveloperDay added a comment.
IMHO is that I don't personally feel we need to endorse of someone else's that could be potentially incomplete, These tools are interesting (per say) but I have no idea how accurate they are in terms of using all the options or how much they keep pace, for everything else there is "google search" to find these, (other search engines are available)
My feeling is that if you are using this tool then perhaps you are rushing to get to your format and you should be either :
a) picking a default style
b) taking a bit more time to read the manual and choose what you want.
Those tools suggest a quick fix, but come with extra effort to get them installed (extra python modules) and I personally wouldn't want clang-format to be somehow responsible if they generate an incorrect .clang-format file or messed up someones files.
I'll let others decide if they think it's of value but for me it's a no (sorry just my 2c worth).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110252/new/
https://reviews.llvm.org/D110252
More information about the cfe-commits
mailing list