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
We should consider enforcing curly braces in if and loop statements in all C++ code. This improves code readability that when not done may lead to obscure bugs. One possible way of enforcing that is using clang-tidy.