Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
5abebb37
Commit
5abebb37
authored
Jul 30, 2020
by
Shervin Nourbakhsh
Browse files
(split) (split) clang-format
parent
b32ea7e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.clang-format
View file @
5abebb37
BasedOnStyle: LLVM
BasedOnStyle: LLVM
IndentWidth: 8
IndentWidth: 8
UseTab: ForIndentation
#UseTab: UT_AlignWithSpaces # available in release later than 9
BreakBeforeBraces: Linux
UseTab: ForContinuationAndIndentation
BreakBeforeBraces: Custom
BraceWrapping:
AfterNamespace: false
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
IndentCaseLabels: false
ColumnLimit: 110
ColumnLimit: 110
AlignConsecutiveAssignments: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveDeclarations: false
AccessModifierOffset: 0
AlignTrailingComments: true
NamespaceIndentation: Inner
AccessModifierOffset: -8 # It has to be equal to the tab size
\ No newline at end of file
NamespaceIndentation: None
PointerAlignment: Left
AlwaysBreakAfterReturnType: None
SortIncludes: false
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment