.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Tue, 20 Mar 2018 14:12:05 +0800
changeset 37017 98c14e857e71
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
obsolete: add a note that explains creating aliases for marker flags

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