view .clang-format @ 36361:a2d11d23bb25

patches: release the GIL while applying the patch This will allow multiple threads to apply patches at the same time.
author Boris Feld <boris.feld@octobus.net>
date Mon, 05 Feb 2018 15:03:51 +0100
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