Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Coding guidelines for the ALICE O2 project.

### Documents

* [Coding guidelines](https://rawgit.com/AliceO2Group/CodingGuidelines/master/coding_guidelines.html)
* [Naming and formatting conventions](https://rawgit.com/AliceO2Group/CodingGuidelines/master/naming_formatting.html)
* [Comments guidelines](https://rawgit.com/AliceO2Group/CodingGuidelines/master/comments_guidelines.html)
* [ALICE O2 C++ Coding Guidelines](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/coding_guidelines.html)
* [ALICE O2 C++ Naming & Formatting Rules](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/naming_formatting.html)
* [ALICE O2 C++ Comments Guidelines](https://rawcdn.githack.com/AliceO2Group/CodingGuidelines/master/comments_guidelines.html)

### Formatting tool
The ALICE O2 projects use `clang-format` to push for a common code formatting. The rules are defined in
Expand Down