Stylecop-ish validation for c# code written in k&r style
I'm a big fan of the K&R coding style and I don't really like the Allman
style at all. With resharper I can get visual studio to give me good
support for K&R as I write the code, but I can't really integrate that
into a continous integration system :/
Is there a stylecop "plugin" or a stylecop alternative somewhere that will
validate code style according to k&r instead of allman or will I have to
write my own code style checker to get something like that?
No comments:
Post a Comment