quicktex/.clang-format
Andrew Cassidy c92d58d115 Rework ranges library
Better matches the standard library, and iterators moved to their own file
2022-07-05 22:51:25 -07:00

12 lines
281 B
YAML

---
BasedOnStyle: google
IndentWidth: 4
ColumnLimit: 120
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
#RequiresClausePositionStyle: SingleLine # requires Clang 15 :(
#AlignConsecutiveDeclarations: true
---