view .clang-format @ 39830:e5871e8fbb57

py3: update missing module list in test-check-py3-compat.t for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 24 Sep 2018 22:32:30 -0400
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