workstation/roles/home-cli/files/clang-format

20 lines
377 B
Text
Raw Normal View History

2021-09-25 14:20:50 +00:00
---
Language: Cpp
AccessModifierOffset: -4
AlignTrailingComments: true
AlwaysBreakAfterReturnType: None
BreakBeforeBraces: Linux
ColumnLimit: 100
ContinuationIndentWidth: 4
IndentWidth: 8
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SpaceBeforeParens: ControlStatements
SpacesBeforeTrailingComments: 2
Standard: Cpp11
TabWidth: 8
UseTab: ForIndentation
...