.clang-format
author Augie Fackler <augie@google.com>
Mon, 22 Jan 2018 17:53:02 -0500
branchstable
changeset 35794 27b6df1b5adb
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with stable to begin 4.5 freeze # no-check-commit because it's a clean merge

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