.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 12 Feb 2018 17:16:52 -0800
changeset 36259 62bca1c50e96
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
wireproto: improve docstring for "hello" Differential Revision: https://phab.mercurial-scm.org/D2217

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