summaryrefslogtreecommitdiff
path: root/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml
diff options
context:
space:
mode:
Diffstat (limited to '.config/JetBrains/CLion2023.3/options/cppRuleManager.xml')
-rw-r--r--.config/JetBrains/CLion2023.3/options/cppRuleManager.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml b/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml
new file mode 100644
index 0000000..d1b8288
--- /dev/null
+++ b/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml
@@ -0,0 +1,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> \ No newline at end of file