.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Thu, 31 May 2018 18:39:35 +0800
changeset 38217 9ed3527019b5
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
monoblue: don't show '[up]' in file view when in root directory already

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