.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 03 Nov 2020 11:12:25 +0900
branchstable
changeset 45769 731ea8fa1f11
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
chg: show debug message for each fd to be closed It helps debugging. The number of file descriptors should be small in most cases, so the console output wouldn't get bloated even with CHG_DEBUG=1.

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