quicktex/.clang-format

11 lines
217 B
Plaintext
Raw Normal View History

---
2021-02-06 03:44:19 +00:00
BasedOnStyle: google
IndentWidth: 4
ColumnLimit: 160
2021-02-06 03:44:19 +00:00
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
#AlignConsecutiveDeclarations: true
---