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
bdd78ad8
Commit
bdd78ad8
authored
Jul 30, 2020
by
Shervin Nourbakhsh
Browse files
(split) clang-format
parent
28a1910a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.clang-format
View file @
bdd78ad8
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
c372ee4e
·
Nov 24, 2020
mentioned in commit
c372ee4e
mentioned in commit c372ee4e8529e485ac7ea501475ddecb85a2359d
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