Define a code formatting style for the EvtGen project.
Specifically, create a clang-format configuration file to define this.
Could also extend this to a set of guidelines for things that clang-format can't deal with, such as naming conventions etc.
All of this info could be included in a CONTRIBUTING.md file to define a procedure for those contributing code to the project.
Description
Description
Details
Details
- Commits
- rEVTGEN1000e03ed667: Apply clang-format and fix compilation errors resulting from reordering of…
rEVTGENef6083cdd498: Small fix to clang-format to account for HepMC3 in ordering of includes
rEVTGENdcb6542d3c34: Tweak clang-format config and add script to apply to all files
rEVTGENfca002a8f162: Improve ordering/grouping of include files
rEVTGEN6dac58773e4a: Add clang-format config file
Related Objects
Related Objects
- Mentioned In
- T98: Doxygenate the code
Event Timeline
Comment Actions
The clang-format part of this is essentially done.
The naming conventions etc. are still to be unified and written down.
Similarly, the rest of the CONTRIBUTING document needs to be written.