David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
20f5ba7
Branches
Tags
c++11
main
start
testcode.git
.clang-format
Reviewed and sorted .clang-format
dblume
commited
20f5ba7
at 2023-08-19 17:37:53
.clang-format
Blame
History
Raw
--- Language: Cpp BasedOnStyle: Google AccessModifierOffset: -2 AlignOperands: false AllowShortLoopsOnASingleLine: false BreakBeforeBinaryOperators: NonAssignment # Support vim navigation with [[ and ]] BreakBeforeBraces: Custom BraceWrapping: AfterClass: true AfterFunction: true AfterStruct: true BreakConstructorInitializers: AfterColon # Torvalds dislikes hard column length limits too. # https://lkml.org/lkml/2020/5/29/1038 ColumnLimit: 0 IndentWidth: 4 PackConstructorInitializers: NextLine # available in v14 SortIncludes: false ...