view .clang-format @ 40668:feae4d1f5e01

py3: use '%d' for integers instead of '%s' Differential Revision: https://phab.mercurial-scm.org/D5285
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 19 Nov 2018 20:30:07 +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