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
ColumnLimit: 160
2021-02-06 03:44:19 +00:00
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
#AlignConsecutiveDeclarations: true
---