Skip to content

Commit

Permalink
Running clang-format-10 on the source
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow committed May 14, 2020
1 parent 95f823a commit 51afd49
Show file tree
Hide file tree
Showing 13 changed files with 3,489 additions and 3,936 deletions.
11 changes: 11 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
BasedOnStyle: google
ColumnLimit: 120
---
Language: Cpp
Standard: Cpp11
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
ForEachMacros: []
---
Loading

0 comments on commit 51afd49

Please sign in to comment.