view .clang-format @ 45183:f91f0dfccf9b stable

Added signature for changeset 28163c5de797
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 20 Jul 2020 22:16:26 +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