.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 24 Jan 2018 21:44:31 +0100
branchstable
changeset 35803 3ad3aaeb1134
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
streamclone: use readexactly when reading stream v2 Yuya Nishihara pointed out that it is safer.

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