Enforce code style from editorconfig in build in C++

47 views Asked by At

In c# where is a setting "EnforceCodeStyleInBuild" that allows to fail build if code doesn't align with rules from .editorconfig. C++ supports editorconfig as well, but I can't find a way how to fail build if there is a mistake in formatting as we can do in c#.

I expect that editirconfig in c++ can affect build.

0

There are 0 answers