.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 29 Nov 2017 06:48:52 +0530
changeset 35142 3d6cac7e528c
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: remove test-terse-status.t from python3 whitelist as it was renamed The renamed file exists in the whitelist. Differential Revision: https://phab.mercurial-scm.org/D1540

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