quicktex/.clang-format

11 lines
217 B
YAML

---
BasedOnStyle: google
IndentWidth: 4
ColumnLimit: 160
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
#AlignConsecutiveDeclarations: true
---