Skip to content
Snippets Groups Projects
Commit 010c424c authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Updated .clang-format

parent 7c152fb4
No related branches found
No related tags found
No related merge requests found
---
# This configuration requires clang-format 3.8 or higher.
Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
......@@ -28,12 +28,10 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
Cpp11BracedListStyle: true
IndentWidth: 2
Language: Cpp
NamespaceIndentation: None
PointerAlignment: Left
Standard: Cpp11
Standard: Latest
UseTab: Never
# This requires clang-format 4.1 (at least).
# FixNamespaceComments: true
# ReflowComments: false
FixNamespaceComments: true
ReflowComments: true
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment