You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that ocp-indent recognizes "TEST" as a preprocessor directive here. It would be nice if we add a configuration option that allows the user to turn off recognition of preprocessor directives when no preprocessor is being used.
Running ocp-indent on the following piece of code
yields
which is totally messed up. However, constructor names other than
TEST
do not seem to trigger this weird behavior.ocp-indent --version
: 1.8.1The text was updated successfully, but these errors were encountered: