CSI-ES-2324/TPs/TP02/c/.clang-format

10 lines
219 B
Text
Raw Normal View History

2024-02-20 11:48:56 +00:00
BasedOnStyle: LLVM
2024-02-22 01:01:22 +00:00
UseTab: Always
2024-02-20 11:48:56 +00:00
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Attach
ColumnLimit: 100
PenaltyReturnTypeOnItsOwnLine: 1000000
AlwaysBreakAfterDefinitionReturnType: None
SeparateDefinitionBlocks: Always