Skip to content

Commit

Permalink
Fix formatting rules
Browse files Browse the repository at this point in the history
Using a `.clang-format` file, we fixed formatting rules to make sur they
fit as much as possible current existing code, while still fixing spaces
and tabs mixing issues.

Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com>
  • Loading branch information
BuonOmo committed Apr 7, 2021
1 parent 6e88d14 commit c097271
Show file tree
Hide file tree
Showing 2 changed files with 1,330 additions and 1,646 deletions.
6 changes: 6 additions & 0 deletions .clang-format
@@ -0,0 +1,6 @@
BasedOnStyle: Mozilla
IndentWidth: 4
BreakBeforeBraces: Attach
ColumnLimit: 0
AlwaysBreakAfterReturnType: AllDefinitions
PointerBindsToType: false

0 comments on commit c097271

Please sign in to comment.