.clang-format
author Augie Fackler <augie@google.com>
Wed, 29 Nov 2017 17:49:08 -0500
branchstable
changeset 35111 62539b425347
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