summaryrefslogtreecommitdiff
path: root/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml
blob: d1b82889a4aa0b332629e2fb284ffe78ea36f936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<application>
  <component name="cppRuleManager">
    <group name="std">
      <item>std::*</item>
    </group>
    <group name="Boost">
      <item>boost::*</item>
    </group>
    <group name="Catch">
      <item>Catch::*</item>
    </group>
    <group name="Google Test">
      <item>testing::*</item>
    </group>
  </component>
</application>