view .clang-format @ 42027:d36a7da96a5a

discovery: drop some unused sets Differential Revision: https://phab.mercurial-scm.org/D6145
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 17 Mar 2019 18:34:28 +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