Files
cs5500_parallel_prog/HW10/.clang-format
2020-03-29 15:39:26 -06:00

13 lines
288 B
YAML

Language: Cpp
ColumnLimit: 0
BreakBeforeBraces : Linux
BreakConstructorInitializers: AfterColon
Cpp11BracedListStyle: true
IndentCaseLabels: true
NamespaceIndentation: All
IndentWidth: 4
TabWidth: 4
UseTab: Never
DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Regroup