.clang-format
author Augie Fackler <augie@google.com>
Thu, 01 Feb 2018 14:11:18 -0500
branchstable
changeset 35818 d334afc585e2
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with i18n

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