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
# Options that agree with the LLVM standards have been removed from the resulting file
# In, Linux, you can format all C++ code in this framework from the main directory of this repository using:
# for ext in C hh cc hpp cpp; do clang-format -i $(find . -type f -name "*.$ext" ! -wholename "./ThirdParty/*" ! -wholename "./build/*" ! -wholename "./doc/*"); done