view .clang-format @ 36382:b4d1c09b754b

py3: add missing b'' in test-arbitraryfilectx.t # skip-blame as just b'' prefix
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 23 Feb 2018 18:12:20 +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