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
The formatting of SAIGE's source code is rather unconventional. The code would be easier to understand and analyze if it was formatted according to conventional rules. I am creating this issue to see if there is support for reformatting the SAIGE source code files.
I would use clang-format to reformat the C++ files and styler to reformat the R source files.
Reformatting the source code will likely require open pull requests to rebase and fix any merge conflicts.
The text was updated successfully, but these errors were encountered:
Description
The formatting of SAIGE's source code is rather unconventional. The code would be easier to understand and analyze if it was formatted according to conventional rules. I am creating this issue to see if there is support for reformatting the SAIGE source code files.
I would use clang-format to reformat the C++ files and styler to reformat the R source files.
Reformatting the source code will likely require open pull requests to rebase and fix any merge conflicts.
The text was updated successfully, but these errors were encountered: