view .clang-format @ 42677:c9fd8163131f

byteify-strings: add helpers to check for item access or method call These helpers will be used in a future patch, split for ease of review.
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 02 Aug 2019 10:10:23 +0200
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