view .clang-format @ 41700:1f44bfab0fff

crecord: remove obsolete version check An internal function shouldn't be checking compatibility with Mercurial versions.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 14 Feb 2019 10:41:47 -0500
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