view .clang-format @ 34800:761355833867

mpatch: reformat function prototypes with clang-format Differential Revision: https://phab.mercurial-scm.org/D1131
author Augie Fackler <augie@google.com>
date Wed, 04 Oct 2017 10:56:33 -0400
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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