Skip to content

Commit 28db6f2

Browse files
author
Michael Penick
committed
Fix clang-format cpp standard (Cpp03)
1 parent 183e10f commit 28db6f2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
BasedOnStyle: LLVM
33
Language: Cpp
4+
Standard: Cpp03
45
AccessModifierOffset: -2
56
IndentWidth: 2
67
TabWidth: 8

cpp-driver/.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
BasedOnStyle: LLVM
33
Language: Cpp
4+
Standard: Cpp03
45
AccessModifierOffset: -2
56
IndentWidth: 2
67
TabWidth: 8

0 commit comments

Comments
 (0)