view .clang-format @ 41452:a03d20e36194

py3: use '%d' instead of '%s' for integers Differential Revision: https://phab.mercurial-scm.org/D5738
author Pulkit Goyal <pulkit@yandex-team.ru>
date Wed, 30 Jan 2019 03:49:56 +0530
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