.clang-format
author Augie Fackler <augie@google.com>
Wed, 17 Jan 2018 20:07:25 -0500
changeset 35865 c3ebe69f6391
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
strip: use %d for known-int string interpolation Differential Revision: https://phab.mercurial-scm.org/D1884

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