Skip to content

Commit

Permalink
clang-format: First version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Oct 15, 2019
1 parent 63f9308 commit 929aeff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Language: Cpp
Standard: Cpp11
BasedOnStyle: WebKit

ColumnLimit: '120'
PointerAlignment: Left
Cpp11BracedListStyle: true

0 comments on commit 929aeff

Please sign in to comment.