quicktex/.clang-format

12 lines
281 B
Plaintext
Raw Normal View History

---
2021-02-06 03:44:19 +00:00
BasedOnStyle: google
IndentWidth: 4
2022-05-22 23:38:54 +00:00
ColumnLimit: 120
2021-02-06 03:44:19 +00:00
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
#RequiresClausePositionStyle: SingleLine # requires Clang 15 :(
2021-02-06 03:44:19 +00:00
#AlignConsecutiveDeclarations: true
---