quicktex/.clang-format

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
217 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
#AlignConsecutiveDeclarations: true
---