[PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 24 13:36:39 PDT 2016
zturner added a comment.
I can fix the empty lines, but keep in mind that Visual Studio's C# editor is MUCH more aggressive about auto-formatting your code. So it seems like a fruitless endeavor to me, as we will constantly be fighting against their auto formatter, which does this automatically every time you add a new function.
https://reviews.llvm.org/D23848
More information about the cfe-commits
mailing list