mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
23 lines
578 B
Text
23 lines
578 B
Text
|
|
---
|
||
|
|
BasedOnStyle: Google
|
||
|
|
|
||
|
|
AccessModifierOffset: -2
|
||
|
|
AlignArrayOfStructures: Right
|
||
|
|
AlignConsecutiveBitFields: AcrossEmptyLines
|
||
|
|
AlignConsecutiveMacros: AcrossEmptyLines
|
||
|
|
AlignEscapedNewlines: Right
|
||
|
|
AlignOperands: DontAlign
|
||
|
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
|
AllowShortLambdasOnASingleLine: Empty
|
||
|
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
ColumnLimit: 120
|
||
|
|
DerivePointerAlignment: false
|
||
|
|
IndentCaseLabels: false
|
||
|
|
IndentPPDirectives: AfterHash
|
||
|
|
IndentWidth: 4
|
||
|
|
InsertNewlineAtEOF: true
|
||
|
|
PointerAlignment: Right
|
||
|
|
PPIndentWidth: 2
|
||
|
|
SortIncludes: Never
|