Create a .clang-format config file to define the code formatting style for the project.
Apply to all source files.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Open | tlatham | T49 Define and document Laura++ code formatting style, conventions, contributing procedures, etc. | ||
Resolved | tlatham | T111 Create clang-format style config file |
Event Timeline
This comment was removed by tlatham.
Comment Actions
The config file is created in commit 000e3be, which is in the master branch.
In the v3-patches branch, the formatting check is enabled in the CI in 05702ff and the formatting is applied to the source files in 8ab96ea. This has been tagged in v3r6.
The application of the formatting in master will happen after the timedep-branch is merged.