Page MenuHomeHEPForge

Create clang-format style config file
Closed, ResolvedPublic

Description

Create a .clang-format config file to define the code formatting style for the project.
Apply to all source files.

Revisions and Commits

Event Timeline

tlatham triaged this task as Normal priority.Sep 9 2020, 10:39 AM
tlatham created this task.
tlatham created this object with visibility "Public (No Login Required)".
tlatham created this object with edit policy "Laura (Project)".
This comment was removed by tlatham.

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.