comparison .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
comparison
equal deleted inserted replaced
34797:284fa44f7f39 34798:e33381d95930
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: ForIndentation
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false
7 AllowShortBlocksOnASingleLine: false
8 AllowShortFunctionsOnASingleLine: false