From e999fff669dfdb05279c69d9e5f6dcf8bde5c282 Mon Sep 17 00:00:00 2001 From: Eli Byrd Date: Sun, 23 Jul 2023 02:40:57 -0500 Subject: [PATCH] Add CLion Configuration --- .idea/cmake.xml | 9 +++++++++ .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/runConfigurations/Autonomy_Software.xml | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 .idea/cmake.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/runConfigurations/Autonomy_Software.xml diff --git a/.idea/cmake.xml b/.idea/cmake.xml new file mode 100644 index 00000000..29d131d6 --- /dev/null +++ b/.idea/cmake.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..f6038816 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Autonomy_Software.xml b/.idea/runConfigurations/Autonomy_Software.xml new file mode 100644 index 00000000..b44980a1 --- /dev/null +++ b/.idea/runConfigurations/Autonomy_Software.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file