Skip to content

Commit ad5c934

Browse files
committed
Add cpp03 standart to .clang-format config file
Related task : APPLINK-29422
1 parent ddef86d commit ad5c934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.clang-format

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
Language: Cpp
3+
Standard: Cpp03
34
BasedOnStyle: Google
45
AllowShortFunctionsOnASingleLine: Empty
56
AllowShortIfStatementsOnASingleLine: false
@@ -9,3 +10,6 @@ BinPackParameters: false
910
BreakConstructorInitializersBeforeComma: true
1011
DerivePointerAlignment: false
1112
TabWidth: 2
13+
# Force pointers to the type for C++.
14+
DerivePointerAlignment: false
15+
PointerAlignment: Left

0 commit comments

Comments
 (0)