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
When the "-style" option is not specified, clang-format looks for ".clang-format".
Since we don't have this file in the project, the tool finds it recursively in parent directories.
If occasionally there is a .clang-format of some other project, it will be chosen.
0 commit comments