aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: ad65d4809d6fabfbb44633d77356a1f9a860220e (plain)
1
2
3
4
5
6
BasedOnStyle: LLVM
Language: Cpp
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left