Skip to content

Commit

Permalink
Fix clang-format cpp standard (Cpp03)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed May 1, 2019
1 parent 183e10f commit 28db6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
@@ -1,6 +1,7 @@
---
BasedOnStyle: LLVM
Language: Cpp
Standard: Cpp03
AccessModifierOffset: -2
IndentWidth: 2
TabWidth: 8
Expand Down
1 change: 1 addition & 0 deletions cpp-driver/.clang-format
@@ -1,6 +1,7 @@
---
BasedOnStyle: LLVM
Language: Cpp
Standard: Cpp03
AccessModifierOffset: -2
IndentWidth: 2
TabWidth: 8
Expand Down

0 comments on commit 28db6f2

Please sign in to comment.