dotfiles/.clang-format

10 lines
219 B
Text
Raw Normal View History

2023-10-18 18:42:04 +01:00
BasedOnStyle: LLVM
2024-02-22 11:39:36 +00:00
UseTab: Always
2023-10-18 18:42:04 +01:00
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Attach
ColumnLimit: 100
PenaltyReturnTypeOnItsOwnLine: 1000000
AlwaysBreakAfterDefinitionReturnType: None
SeparateDefinitionBlocks: Always