.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 09 Oct 2017 11:45:21 +0200
changeset 35629 31451f3f4b56
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
style: remove multiple statement on a single line in zeroconf Differential Revision: https://phab.mercurial-scm.org/D1833

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