.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 04 Feb 2021 19:56:45 +0900
branchstable
changeset 46459 128a17d8436f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
procutil: extend gui test to detect wayland session (issue6479)

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2