view .clang-format @ 36378:27ab9264dd61

py3: make sure we use bytes in generate-working-copy-states.py
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 23 Feb 2018 17:25:51 +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