view .clang-format @ 41723:ebbc4e70ebd1

narrow: fix command name in error messsage Differential Revision: https://phab.mercurial-scm.org/D5982
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 11 Feb 2019 19:41:37 +0300
parents d0a3fa849cb8
children
line wrap: on
line source

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2