Reformatted all the files according to clang-format style#293
Reformatted all the files according to clang-format style#293JF002 merged 2 commits intoInfiniTimeOrg:developfrom
Conversation
|
The alignment of Is this intentional? I'm more used to this: Or this: Also, template class declarations are on 1 line: when I'm used to declare them on 2 lines: What is your opinion about theses 2 points? |
|
@JF002 I don't think there's a good way to achieve either currently. If this is fine, I can apply it: -2 looks like this: |
|
|
|
@JF002 I've changed it to -2 and updated the files. |
|
@Avamander Thanks ! |
This PR autoformats every InfiniTime file according to the clang-format (also updated in this PR).
The PR will conflict with each and every other code PR!
Following the code style should be enforced in some way after the PR.