view .clang-format @ 43228:0d609ed185ea

py3: prevent comparison with None in curses histedit (issue6196)
author Denis Laxalde <denis.laxalde@logilab.fr>
date Tue, 15 Oct 2019 12:14:44 +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