view .clang-format @ 47058:381a10ef6a4a stable

Added tag 5.8 for changeset 067f2c53fb24
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 03 May 2021 22:52:56 +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