summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-11-08 15:50:15 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-11-09 11:05:58 +0200
commitad5c9341b4a1df77066a87d538bc5a6b8bcbd604 (patch)
tree4fac8bbbdd529253be1a7837d5277ee6a8589b7a /.clang-format
parentddef86df90c0f33b244419c1a9d7aa36d8a9322b (diff)
downloadsdl_core-ad5c9341b4a1df77066a87d538bc5a6b8bcbd604.tar.gz
Add cpp03 standart to .clang-format config file
Related task : APPLINK-29422
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8515b05b85..1df4dd03b4 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,5 +1,6 @@
---
Language: Cpp
+Standard: Cpp03
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
@@ -9,3 +10,6 @@ BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
TabWidth: 2
+# Force pointers to the type for C++.
+DerivePointerAlignment: false
+PointerAlignment: Left