diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-05-07 10:30:49 -0400 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-05-07 10:30:49 -0400 |
commit | bec46c3de8eb6e39580f42bff2aac2080d5155ed (patch) | |
tree | caae4a8b7b10c9b4c2906aacb2826903aee8353e /.config/JetBrains/CLion2023.3/options/cppRuleManager.xml | |
parent | 7b6a852aae5cd31ed2043492b5e8029293f49e7a (diff) |
Add kitty configuration
Diffstat (limited to '.config/JetBrains/CLion2023.3/options/cppRuleManager.xml')
-rw-r--r-- | .config/JetBrains/CLion2023.3/options/cppRuleManager.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml b/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml deleted file mode 100644 index d1b8288..0000000 --- a/.config/JetBrains/CLion2023.3/options/cppRuleManager.xml +++ /dev/null @@ -1,16 +0,0 @@ -<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 |