Mercurial > hg
view .clang-format @ 34798:e33381d95930
clang-format: configuration for the clang-format source formatter
Differential Revision: https://phab.mercurial-scm.org/D1129
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 24 Jan 2015 17:04:25 -0500 |
parents | |
children | d0a3fa849cb8 |
line wrap: on
line source
BasedOnStyle: LLVM IndentWidth: 8 UseTab: ForIndentation BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false