From 7b6a852aae5cd31ed2043492b5e8029293f49e7a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 1 Jan 2024 16:36:27 -0500 Subject: CLion options --- .../JetBrains/CLion2023.3/codestyles/Default.xml | 73 ++ .../options/AIAssistantPromptLibraryStorage.xml | 35 + .../options/AquaNewUserFeedbackService.xml | 5 + .../options/AquaOldUserFeedbackService.xml | 6 + .../CLion2023.3/options/ChartsStyleConfig.xml | 253 ++++++ .../JetBrains/CLion2023.3/options/Clang-Tidy.xml | 676 ++++++++++++++++ .../CLion2023.3/options/NewUIInfoService.xml | 6 + .../JetBrains/CLion2023.3/options/PerfProfiler.xml | 9 + .../CLion2023.3/options/PyCharmUIInfoState.xml | 5 + .../CLion2023.3/options/actionSummary.xml | 856 +++++++++++++++++++++ .../CLion2023.3/options/baseRefactoring.xml | 7 + .../CLion2023.3/options/colors.scheme.xml | 5 + .../JetBrains/CLion2023.3/options/console-font.xml | 5 + .../CLion2023.3/options/cppRuleManager.xml | 16 + .../JetBrains/CLion2023.3/options/csvSettings.xml | 36 + .../CLion2023.3/options/dataViewsSettings.xml | 3 + .../CLion2023.3/options/databaseDrivers.xml | 3 + .config/JetBrains/CLion2023.3/options/debugger.xml | 18 + .config/JetBrains/CLion2023.3/options/diff.xml | 5 + .../JetBrains/CLion2023.3/options/docker-tools.xml | 6 + .../JetBrains/CLion2023.3/options/editor-font.xml | 6 + .config/JetBrains/CLion2023.3/options/editor.xml | 15 + .../options/features.usage.statistics.xml | 140 ++++ .../JetBrains/CLion2023.3/options/filetypes.xml | 8 + .config/JetBrains/CLion2023.3/options/find.xml | 44 ++ .../CLion2023.3/options/ide.general.local.xml | 5 + .../JetBrains/CLion2023.3/options/ide.general.xml | 15 + .../CLion2023.3/options/images.support.xml | 8 + .config/JetBrains/CLion2023.3/options/laf.xml | 5 + .../JetBrains/CLion2023.3/options/linux/keymap.xml | 5 + .../CLion2023.3/options/linux/toolchains.xml | 8 + .config/JetBrains/CLion2023.3/options/nodejs.xml | 8 + .../CLion2023.3/options/ocRefactoring.xml | 5 + .config/JetBrains/CLion2023.3/options/other.xml | 159 ++++ .../CLion2023.3/options/parameter.hints.xml | 7 + .config/JetBrains/CLion2023.3/options/plantuml.xml | 11 + .../options/profilerRunConfigurations.xml | 6 + .../CLion2023.3/options/project.default.xml | 12 + .../JetBrains/CLion2023.3/options/projectView.xml | 5 + .../CLion2023.3/options/recentProjects.xml | 197 +++++ .../CLion2023.3/options/runner.layout.xml | 57 ++ .../CLion2023.3/options/rust.feedback.xml | 5 + .../JetBrains/CLion2023.3/options/settingsSync.xml | 5 + .../options/sshRecentConnections.v2.xml | 7 + .../options/sshRecentConnectionsHost.xml | 7 + .../CLion2023.3/options/trusted-paths.xml | 28 + .config/JetBrains/CLion2023.3/options/ui.lnf.xml | 6 + .config/JetBrains/CLion2023.3/options/updates.xml | 9 + .../CLion2023.3/options/usage.statistics.xml | 6 + .../JetBrains/CLion2023.3/options/usageView.xml | 5 + .config/JetBrains/CLion2023.3/options/vcs.xml | 16 + .../CLion2023.3/options/web-types-npm-loader.xml | 120 +++ .../JetBrains/CLion2023.3/options/window.state.xml | 44 ++ 53 files changed, 3012 insertions(+) create mode 100644 .config/JetBrains/CLion2023.3/codestyles/Default.xml create mode 100644 .config/JetBrains/CLion2023.3/options/AIAssistantPromptLibraryStorage.xml create mode 100644 .config/JetBrains/CLion2023.3/options/AquaNewUserFeedbackService.xml create mode 100644 .config/JetBrains/CLion2023.3/options/AquaOldUserFeedbackService.xml create mode 100644 .config/JetBrains/CLion2023.3/options/ChartsStyleConfig.xml create mode 100644 .config/JetBrains/CLion2023.3/options/Clang-Tidy.xml create mode 100644 .config/JetBrains/CLion2023.3/options/NewUIInfoService.xml create mode 100644 .config/JetBrains/CLion2023.3/options/PerfProfiler.xml create mode 100644 .config/JetBrains/CLion2023.3/options/PyCharmUIInfoState.xml create mode 100644 .config/JetBrains/CLion2023.3/options/actionSummary.xml create mode 100644 .config/JetBrains/CLion2023.3/options/baseRefactoring.xml create mode 100644 .config/JetBrains/CLion2023.3/options/colors.scheme.xml create mode 100644 .config/JetBrains/CLion2023.3/options/console-font.xml create mode 100644 .config/JetBrains/CLion2023.3/options/cppRuleManager.xml create mode 100644 .config/JetBrains/CLion2023.3/options/csvSettings.xml create mode 100644 .config/JetBrains/CLion2023.3/options/dataViewsSettings.xml create mode 100644 .config/JetBrains/CLion2023.3/options/databaseDrivers.xml create mode 100644 .config/JetBrains/CLion2023.3/options/debugger.xml create mode 100644 .config/JetBrains/CLion2023.3/options/diff.xml create mode 100644 .config/JetBrains/CLion2023.3/options/docker-tools.xml create mode 100644 .config/JetBrains/CLion2023.3/options/editor-font.xml create mode 100644 .config/JetBrains/CLion2023.3/options/editor.xml create mode 100644 .config/JetBrains/CLion2023.3/options/features.usage.statistics.xml create mode 100644 .config/JetBrains/CLion2023.3/options/filetypes.xml create mode 100644 .config/JetBrains/CLion2023.3/options/find.xml create mode 100644 .config/JetBrains/CLion2023.3/options/ide.general.local.xml create mode 100644 .config/JetBrains/CLion2023.3/options/ide.general.xml create mode 100644 .config/JetBrains/CLion2023.3/options/images.support.xml create mode 100644 .config/JetBrains/CLion2023.3/options/laf.xml create mode 100644 .config/JetBrains/CLion2023.3/options/linux/keymap.xml create mode 100644 .config/JetBrains/CLion2023.3/options/linux/toolchains.xml create mode 100644 .config/JetBrains/CLion2023.3/options/nodejs.xml create mode 100644 .config/JetBrains/CLion2023.3/options/ocRefactoring.xml create mode 100644 .config/JetBrains/CLion2023.3/options/other.xml create mode 100644 .config/JetBrains/CLion2023.3/options/parameter.hints.xml create mode 100644 .config/JetBrains/CLion2023.3/options/plantuml.xml create mode 100644 .config/JetBrains/CLion2023.3/options/profilerRunConfigurations.xml create mode 100644 .config/JetBrains/CLion2023.3/options/project.default.xml create mode 100644 .config/JetBrains/CLion2023.3/options/projectView.xml create mode 100644 .config/JetBrains/CLion2023.3/options/recentProjects.xml create mode 100644 .config/JetBrains/CLion2023.3/options/runner.layout.xml create mode 100644 .config/JetBrains/CLion2023.3/options/rust.feedback.xml create mode 100644 .config/JetBrains/CLion2023.3/options/settingsSync.xml create mode 100644 .config/JetBrains/CLion2023.3/options/sshRecentConnections.v2.xml create mode 100644 .config/JetBrains/CLion2023.3/options/sshRecentConnectionsHost.xml create mode 100644 .config/JetBrains/CLion2023.3/options/trusted-paths.xml create mode 100644 .config/JetBrains/CLion2023.3/options/ui.lnf.xml create mode 100644 .config/JetBrains/CLion2023.3/options/updates.xml create mode 100644 .config/JetBrains/CLion2023.3/options/usage.statistics.xml create mode 100644 .config/JetBrains/CLion2023.3/options/usageView.xml create mode 100644 .config/JetBrains/CLion2023.3/options/vcs.xml create mode 100644 .config/JetBrains/CLion2023.3/options/web-types-npm-loader.xml create mode 100644 .config/JetBrains/CLion2023.3/options/window.state.xml diff --git a/.config/JetBrains/CLion2023.3/codestyles/Default.xml b/.config/JetBrains/CLion2023.3/codestyles/Default.xml new file mode 100644 index 0000000..92ef787 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/codestyles/Default.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/AIAssistantPromptLibraryStorage.xml b/.config/JetBrains/CLion2023.3/options/AIAssistantPromptLibraryStorage.xml new file mode 100644 index 0000000..f1a440f --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/AIAssistantPromptLibraryStorage.xml @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/AquaNewUserFeedbackService.xml b/.config/JetBrains/CLion2023.3/options/AquaNewUserFeedbackService.xml new file mode 100644 index 0000000..a135ee6 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/AquaNewUserFeedbackService.xml @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/AquaOldUserFeedbackService.xml b/.config/JetBrains/CLion2023.3/options/AquaOldUserFeedbackService.xml new file mode 100644 index 0000000..0ebf4fd --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/AquaOldUserFeedbackService.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/ChartsStyleConfig.xml b/.config/JetBrains/CLion2023.3/options/ChartsStyleConfig.xml new file mode 100644 index 0000000..6e9f3b9 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/ChartsStyleConfig.xml @@ -0,0 +1,253 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/Clang-Tidy.xml b/.config/JetBrains/CLion2023.3/options/Clang-Tidy.xml new file mode 100644 index 0000000..d5a0a46 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/Clang-Tidy.xml @@ -0,0 +1,676 @@ + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/NewUIInfoService.xml b/.config/JetBrains/CLion2023.3/options/NewUIInfoService.xml new file mode 100644 index 0000000..d57f265 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/NewUIInfoService.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/PerfProfiler.xml b/.config/JetBrains/CLion2023.3/options/PerfProfiler.xml new file mode 100644 index 0000000..4eda18a --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/PerfProfiler.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/PyCharmUIInfoState.xml b/.config/JetBrains/CLion2023.3/options/PyCharmUIInfoState.xml new file mode 100644 index 0000000..8d34ad3 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/PyCharmUIInfoState.xml @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/actionSummary.xml b/.config/JetBrains/CLion2023.3/options/actionSummary.xml new file mode 100644 index 0000000..a5d4b4c --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/actionSummary.xml @@ -0,0 +1,856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/baseRefactoring.xml b/.config/JetBrains/CLion2023.3/options/baseRefactoring.xml new file mode 100644 index 0000000..b016594 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/baseRefactoring.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/colors.scheme.xml b/.config/JetBrains/CLion2023.3/options/colors.scheme.xml new file mode 100644 index 0000000..aa0897d --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/colors.scheme.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/console-font.xml b/.config/JetBrains/CLion2023.3/options/console-font.xml new file mode 100644 index 0000000..2c67ad2 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/console-font.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file 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 @@ + + + + std::* + + + boost::* + + + Catch::* + + + testing::* + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/csvSettings.xml b/.config/JetBrains/CLion2023.3/options/csvSettings.xml new file mode 100644 index 0000000..39be55b --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/csvSettings.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/dataViewsSettings.xml b/.config/JetBrains/CLion2023.3/options/dataViewsSettings.xml new file mode 100644 index 0000000..2bca92d --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/dataViewsSettings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/databaseDrivers.xml b/.config/JetBrains/CLion2023.3/options/databaseDrivers.xml new file mode 100644 index 0000000..18bb29e --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/databaseDrivers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/debugger.xml b/.config/JetBrains/CLion2023.3/options/debugger.xml new file mode 100644 index 0000000..899c20a --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/debugger.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/diff.xml b/.config/JetBrains/CLion2023.3/options/diff.xml new file mode 100644 index 0000000..c679db1 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/diff.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/docker-tools.xml b/.config/JetBrains/CLion2023.3/options/docker-tools.xml new file mode 100644 index 0000000..982bc72 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/docker-tools.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/editor-font.xml b/.config/JetBrains/CLion2023.3/options/editor-font.xml new file mode 100644 index 0000000..d229c69 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/editor-font.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/editor.xml b/.config/JetBrains/CLion2023.3/options/editor.xml new file mode 100644 index 0000000..6044f36 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/editor.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/features.usage.statistics.xml b/.config/JetBrains/CLion2023.3/options/features.usage.statistics.xml new file mode 100644 index 0000000..d1c50d2 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/features.usage.statistics.xml @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/filetypes.xml b/.config/JetBrains/CLion2023.3/options/filetypes.xml new file mode 100644 index 0000000..8b5379d --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/filetypes.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/find.xml b/.config/JetBrains/CLion2023.3/options/find.xml new file mode 100644 index 0000000..40af4b1 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/find.xml @@ -0,0 +1,44 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/ide.general.local.xml b/.config/JetBrains/CLion2023.3/options/ide.general.local.xml new file mode 100644 index 0000000..22930d0 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/ide.general.local.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/ide.general.xml b/.config/JetBrains/CLion2023.3/options/ide.general.xml new file mode 100644 index 0000000..6ef231d --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/ide.general.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/images.support.xml b/.config/JetBrains/CLion2023.3/options/images.support.xml new file mode 100644 index 0000000..3f51694 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/images.support.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/laf.xml b/.config/JetBrains/CLion2023.3/options/laf.xml new file mode 100644 index 0000000..da3e2e9 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/laf.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/linux/keymap.xml b/.config/JetBrains/CLion2023.3/options/linux/keymap.xml new file mode 100644 index 0000000..66f49c6 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/linux/keymap.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/linux/toolchains.xml b/.config/JetBrains/CLion2023.3/options/linux/toolchains.xml new file mode 100644 index 0000000..53080de --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/linux/toolchains.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/nodejs.xml b/.config/JetBrains/CLion2023.3/options/nodejs.xml new file mode 100644 index 0000000..553263a --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/nodejs.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/ocRefactoring.xml b/.config/JetBrains/CLion2023.3/options/ocRefactoring.xml new file mode 100644 index 0000000..ddd4e67 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/ocRefactoring.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/other.xml b/.config/JetBrains/CLion2023.3/options/other.xml new file mode 100644 index 0000000..8c8c4f5 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/other.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + { + "shownTips": { + "CtrlW": 1688735415200, + "FocusProjectToolWindow": 1688648695857 + } +} + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/parameter.hints.xml b/.config/JetBrains/CLion2023.3/options/parameter.hints.xml new file mode 100644 index 0000000..6dc6b4b --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/parameter.hints.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/plantuml.xml b/.config/JetBrains/CLion2023.3/options/plantuml.xml new file mode 100644 index 0000000..848fce1 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/plantuml.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/profilerRunConfigurations.xml b/.config/JetBrains/CLion2023.3/options/profilerRunConfigurations.xml new file mode 100644 index 0000000..47515e7 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/profilerRunConfigurations.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/project.default.xml b/.config/JetBrains/CLion2023.3/options/project.default.xml new file mode 100644 index 0000000..608d7e9 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/project.default.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/projectView.xml b/.config/JetBrains/CLion2023.3/options/projectView.xml new file mode 100644 index 0000000..ace4061 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/projectView.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/recentProjects.xml b/.config/JetBrains/CLion2023.3/options/recentProjects.xml new file mode 100644 index 0000000..9a45923 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/recentProjects.xml @@ -0,0 +1,197 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/runner.layout.xml b/.config/JetBrains/CLion2023.3/options/runner.layout.xml new file mode 100644 index 0000000..885a213 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/runner.layout.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/rust.feedback.xml b/.config/JetBrains/CLion2023.3/options/rust.feedback.xml new file mode 100644 index 0000000..1b1a4c9 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/rust.feedback.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/settingsSync.xml b/.config/JetBrains/CLion2023.3/options/settingsSync.xml new file mode 100644 index 0000000..6c9eb82 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/settingsSync.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/sshRecentConnections.v2.xml b/.config/JetBrains/CLion2023.3/options/sshRecentConnections.v2.xml new file mode 100644 index 0000000..0ab9433 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/sshRecentConnections.v2.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/sshRecentConnectionsHost.xml b/.config/JetBrains/CLion2023.3/options/sshRecentConnectionsHost.xml new file mode 100644 index 0000000..d921474 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/sshRecentConnectionsHost.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/trusted-paths.xml b/.config/JetBrains/CLion2023.3/options/trusted-paths.xml new file mode 100644 index 0000000..16870ef --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/trusted-paths.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/ui.lnf.xml b/.config/JetBrains/CLion2023.3/options/ui.lnf.xml new file mode 100644 index 0000000..1b1ca5d --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/ui.lnf.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/updates.xml b/.config/JetBrains/CLion2023.3/options/updates.xml new file mode 100644 index 0000000..0220197 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/updates.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/usage.statistics.xml b/.config/JetBrains/CLion2023.3/options/usage.statistics.xml new file mode 100644 index 0000000..201271c --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/usage.statistics.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/usageView.xml b/.config/JetBrains/CLion2023.3/options/usageView.xml new file mode 100644 index 0000000..f9b8955 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/usageView.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/vcs.xml b/.config/JetBrains/CLion2023.3/options/vcs.xml new file mode 100644 index 0000000..1f8002a --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/vcs.xml @@ -0,0 +1,16 @@ + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/web-types-npm-loader.xml b/.config/JetBrains/CLion2023.3/options/web-types-npm-loader.xml new file mode 100644 index 0000000..bd4b4f2 --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/web-types-npm-loader.xml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.config/JetBrains/CLion2023.3/options/window.state.xml b/.config/JetBrains/CLion2023.3/options/window.state.xml new file mode 100644 index 0000000..83b07ab --- /dev/null +++ b/.config/JetBrains/CLion2023.3/options/window.state.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1