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
Right now we don't have .clang-format file for dudect, so source formatting is not consistent across IDEs. I propose we adopt "Mozilla" code style template from ClangFormat. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html.
Right now we don't have
.clang-format
file fordudect
, so source formatting is not consistent across IDEs. I propose we adopt "Mozilla" code style template from ClangFormat. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html.Generate
.clang-format
config fileclang-format --style=Mozilla --dump-config > .clang-format
And update Makefile (add new Make recipe) so that all source code living inside the repository is consistently formatted.
The text was updated successfully, but these errors were encountered: