view .clang-format @ 45616:64461b43a7bf

tests: add newfilenode test case in test-merge-changedelete.t
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 30 Sep 2020 15:09:25 +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