.clang-format
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Thu, 14 Feb 2019 10:41:47 -0500
changeset 41711 1f44bfab0fff
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
crecord: remove obsolete version check An internal function shouldn't be checking compatibility with Mercurial versions.

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