Commit 3011eb1c authored by Thorsten Kurth's avatar Thorsten Kurth Committed by Boris Bonev
Browse files

adding clang formatter

parent 584e1bd6
---
BasedOnStyle: Webkit
IndentWidth: 2
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine : true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeBraces: Linux
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: AfterColon
ColumnLimit: 120
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
FixNamespaceComments: true
NamespaceIndentation: All
PenaltyExcessCharacter: 10
PointerAlignment: Right
SortIncludes: false
SpaceBeforeAssignmentOperators: true
CommentPragmas: '^\\.+'
UseTab: Never
...
\ No newline at end of file
# Ignore all Python files
*.py
# Ignore Dockerfile
Dockerfile
# Ignore other build specific files
*.toml
*.sh
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment