.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 09 Dec 2018 18:35:35 -0500
changeset 40889 1aedbf3ef3d1
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: adapt test-largefiles-wireproto.t to python3

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2