Skip to content

Commit

Permalink
style: use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gocarlos committed Apr 18, 2020
1 parent ed231af commit 41cc568
Show file tree
Hide file tree
Showing 30 changed files with 7,872 additions and 5,178 deletions.
11 changes: 8 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
Language: Cpp
BasedOnStyle: Chromium
Standard: Cpp11
BreakBeforeBraces: GNU
IndentWidth: 2
TabWidth: 2
UseTab: Always
DerivePointerAlignment: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AlignAfterOpenBracket: false
Loading

0 comments on commit 41cc568

Please sign in to comment.