Mercurial > hg
view .clang-format @ 36098:9c55bbc29dcf
narrowspec: document constraints when validating patterns
Differential Revision: https://phab.mercurial-scm.org/D2190
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 12 Feb 2018 14:27:32 -0500 |
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