view .clang-format @ 36158:802742769680

tests: glob over line number Differential Revision: https://phab.mercurial-scm.org/D2199
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 12 Feb 2018 15:49:15 -0800
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