.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 18 Feb 2018 08:52:57 -0800
branchstable
changeset 36241 fefd57bd9573
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: port value-less unbundle capability test to test-push-http.t This test is present in test-push-http-bundle1.t. Let's add it to test-push-http.t to further unify the tests.

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