Skip to content

Commit

Permalink
Add cpp03 standart to .clang-format config file
Browse files Browse the repository at this point in the history
Related task : APPLINK-29422
  • Loading branch information
Kozoriz committed Nov 9, 2016
1 parent ddef86d commit ad5c934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
Language: Cpp
Standard: Cpp03
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
Expand All @@ -9,3 +10,6 @@ BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
TabWidth: 2
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left

0 comments on commit ad5c934

Please sign in to comment.