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
It would be convenient for project to have a .clang-format file so that all IDEs can synchronize C++ code style, indents and tabs, etc. This is really convenient if you have a lot of contributors, and it's easier for you @soramimi to work on different platforms with different IDEs.
Learn more about integrate ClangFormat in project:
It would be convenient for project to have a .clang-format file so that all IDEs can synchronize C++ code style, indents and tabs, etc. This is really convenient if you have a lot of contributors, and it's easier for you @soramimi to work on different platforms with different IDEs.
Learn more about integrate ClangFormat in project:
https://clang.llvm.org/docs/ClangFormat.html
https://ortogonal.github.io/cpp/git-clang-format/
https://stackoverflow.com/questions/55965712/how-do-i-add-clang-formatting-to-pre-commit-hook
The text was updated successfully, but these errors were encountered: