view .clang-format @ 35755:2384523cee4d

util: implement varint functions This will be useful in an incoming version-2 of the stream format.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 19 Jan 2018 22:52:35 +0100
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