dotfiles/dot_config/JetBrains/CLion2025.3/options/cppRuleManager.xml
2026-04-29 11:50:42 +08:00

16 lines
No EOL
347 B
XML

<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>