diff options
| author | levlam <levlam@telegram.org> | 2018-07-17 23:08:38 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-07-17 23:08:38 +0300 |
| commit | b0a2564b97087d5578350c8f754bc7fccdea29bc (patch) | |
| tree | 91f6e3ea4aee88f611b98c8b58d3f973beb27fb9 /.clang-format | |
| parent | b0dfc088aef3e4830bd1c4b4399551d620268232 (diff) | |
Fix formatting of foreach function.
GitOrigin-RevId: de355b5e5877428c75a167f4bff1e2514b5e0577
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index e169061ba..3df452852 100644 --- a/.clang-format +++ b/.clang-format @@ -55,7 +55,7 @@ DerivePointerAlignment: true DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true -# ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] +ForEachMacros: [ Q_FOREACH_THIS_LIST_MUST_BE_NON_EMPTY ] IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 2 |
