Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Feb 28, 2018
0 parents commit 90840b5
Show file tree
Hide file tree
Showing 57 changed files with 1,770 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
BasedOnStyle: LLVM
ColumnLimit: 100
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
AccessModifierOffset: -4
PointerAlignment: Left
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
...
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
Checks: 'modernize-*,-modernize-make-unique,boost-use-to-string,misc-*,performance-*'
...
Loading

0 comments on commit 90840b5

Please sign in to comment.