From 57983cb86533cd2b3ae37b415b6d83ebb3a6a262 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 9 Oct 2025 01:27:15 +0100 Subject: [PATCH] Since Clion is OSS now, adding more sharable ide project defaults. --- .idea/.gitignore | 8 ++ .idea/.name | 1 + .idea/codeStyles/Project.xml | 105 +++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/copyright/Lethean.xml | 6 ++ .idea/copyright/profiles_settings.xml | 7 ++ .idea/inspectionProfiles/Project_Default.xml | 13 +++ .idea/jsonSchemas.xml | 25 +++++ .idea/prettier.xml | 6 ++ 9 files changed, 176 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/copyright/Lethean.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsonSchemas.xml create mode 100644 .idea/prettier.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 00000000..1f4cd6fc --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Lethean \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..81469bdc --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,105 @@ + + + + + + + + \ 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/copyright/Lethean.xml b/.idea/copyright/Lethean.xml new file mode 100644 index 00000000..fdb2b867 --- /dev/null +++ b/.idea/copyright/Lethean.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..312baeb9 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..27aff979 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml new file mode 100644 index 00000000..4f0a1c8b --- /dev/null +++ b/.idea/jsonSchemas.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml new file mode 100644 index 00000000..b0c1c68f --- /dev/null +++ b/.idea/prettier.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file