Skip to content

Commit

Permalink
Update clang tooling configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Oct 16, 2018
1 parent ce36c11 commit 08db3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .clang-format
@@ -1,11 +1,10 @@
---
BasedOnStyle: LLVM
ColumnLimit: 100
UseTab: ForIndentation
UseTab: Always
TabWidth: 4
IndentWidth: 4
AccessModifierOffset: -4
PointerAlignment: Left
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
Expand Down
2 changes: 1 addition & 1 deletion .clang-tidy
@@ -1,3 +1,3 @@
---
Checks: 'modernize-*,-modernize-make-unique,boost-use-to-string,misc-*,performance-*'
Checks: 'modernize-*,boost-use-to-string,misc-*,performance-*'
...

0 comments on commit 08db3c4

Please sign in to comment.