view .clang-format @ 39199:d8ac2ad55d9c stable

phases: fix `nullid` reference in newheads Spotted by Yuya Nishihara.
author Boris Feld <boris.feld@octobus.net>
date Sat, 18 Aug 2018 10:24:16 +0200
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