view .clang-format @ 42005:b137a6793c51

branchcache: make entries a private attribute Differential Revision: https://phab.mercurial-scm.org/D6155
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 18 Mar 2019 19:44:55 +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