view .clang-format @ 40708:f2342483f7a6

cext: increment the `parsers` module version We introduced a new `slicechunktodensity` method to the index.
author Boris Feld <boris.feld@octobus.net>
date Thu, 15 Nov 2018 11:10:52 +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