aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-13 20:28:42 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-13 20:28:42 +0100
commit477697c6843b3a3ff95003d1f85bf8d440a7eea5 (patch)
tree813b3d82fa9229ba2d8f360c36612a6340c2edea /.clang-format
parente220711a0495e40491f3ba04c485602d70a1f7d0 (diff)
downloadYAGE-477697c6843b3a3ff95003d1f85bf8d440a7eea5.tar.gz
YAGE-477697c6843b3a3ff95003d1f85bf8d440a7eea5.zip
Improving style and continuing work on version headers
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format8
1 files changed, 4 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format
index 3bf5128c..47342b07 100644
--- a/.clang-format
+++ b/.clang-format
@@ -45,7 +45,7 @@ ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
-DisableFormat: false
+DisableFormat: false
ExperimentalAutoDetectBinPacking: false
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
IncludeCategories:
@@ -57,7 +57,7 @@ IncludeCategories:
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentCaseLabels: true
-IndentWidth: 4
+IndentWidth: 4
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
@@ -79,10 +79,10 @@ SortIncludes: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
-SpaceBeforeParens: ControlStatements
+SpaceBeforeParens: false
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 2
-SpacesInAngles: false
+SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false