view .clang-format @ 35507:95a9be56c3bb

largefiles: modernize how capabilities are added to the wire protocol See 982f13bef503, which came well after this code was originally written.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 26 Dec 2017 23:40:49 -0500
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false