yuzu/externals/libzip/libzip/.clang-format

13 lines
323 B
Plaintext
Raw Normal View History

2020-12-28 19:15:37 +04:00
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 2000
AlwaysBreakAfterReturnType: TopLevelDefinitions
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: true
AlignEscapedNewlines: Left
UseTab: ForContinuationAndIndentation
#PPDirectiveIndentStyle: AfterHash