view .clang-format @ 45181:28163c5de797 stable 5.5rc0

merge default into stable for 5.5rc0
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 20 Jul 2020 21:56:27 +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