Skip to content
  • Marc Chevrier's avatar
    clang-format: fix erroneous handling of header <queue> · a8aa8935
    Marc Chevrier authored
    The rule Regex: '^<' was not applied to this header because a more specific one applies: Regex: '^(<|")Qt?[A-Z]' used for Qt headers (rules are not case-sensitive). So adding a specific rule for this header before the Qt rule is required.
    a8aa8935