linuxinstall/.clang-format

15 lines
328 B
Plaintext
Raw Normal View History

2024-02-19 16:01:53 +01:00
---
BasedOnStyle: LLVM
AlignOperands: 'true'
IndentWidth: '4'
IndentWrappedFunctionNames: 'true'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
TabWidth: '4'
UseTab: Always
ColumnLimit: '0'
PointerAlignment: Left
BreakConstructorInitializers: BeforeComma
AccessModifierOffset: -4
SortIncludes: 'false'
SortUsingDeclarations: 'false'