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
According to our guidelines, we need to place "(" on the newline if nothing follows it. AFAIK, clang-format does not allow it. So I'd like to run some sed over the result of clang-format. Smth like:
Is it possible to somehow configure the Executable to process the result of the clang-format as avove? E.g., put this command to a bash script and call it?
The text was updated successfully, but these errors were encountered:
According to our guidelines, we need to place "(" on the newline if nothing follows it. AFAIK, clang-format does not allow it. So I'd like to run some sed over the result of clang-format. Smth like:
Is it possible to somehow configure the
Executable
to process the result of the clang-format as avove? E.g., put this command to a bash script and call it?The text was updated successfully, but these errors were encountered: