.clang-format
author Augie Fackler <augie@google.com>
Tue, 13 Feb 2018 08:43:14 -0500
changeset 36189 d541042f32f6
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
progress: determine padding width portably Differential Revision: https://phab.mercurial-scm.org/D2225

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