Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-02-19 19:17:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:34 +0300
commitf7429d2ce7764f5c69ea262d40c41a6db3762c50 (patch)
tree3a85f0bab6554665097ea8f794b51cbfccaef685 /.clang-format
parenta44e36ca06c6a67d8e17efe342640daada644c8a (diff)
[clang-format] Modified .clang-format config in accordance with codebase.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 53bf0b2606..9b9de47e7c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,12 +8,12 @@ IndentWidth: 2
Language: Cpp
AccessModifierOffset: -2
AllowShortBlocksOnASingleLine: false
-AllowShortFunctionsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 100
DerivePointerAlignment: false
-NamespaceIndentation: All
+NamespaceIndentation: None
PointerAlignment: Middle