mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Andrew Cassidy
c92d58d115
Better matches the standard library, and iterators moved to their own file
12 lines
281 B
YAML
12 lines
281 B
YAML
---
|
|
BasedOnStyle: google
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AlwaysBreakTemplateDeclarations: MultiLine
|
|
#RequiresClausePositionStyle: SingleLine # requires Clang 15 :(
|
|
#AlignConsecutiveDeclarations: true
|
|
---
|
|
|