diff options
| author | nasr <nsrddyn@gmail.com> | 2025-12-30 21:07:06 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-12-30 21:07:06 +0100 |
| commit | 7dead79e05e03a71a502ca4e75d05d126ff9f25c (patch) | |
| tree | f57476428b8d895897e8cab37d2472b54405376b | |
| parent | 13910acb85367a737617984f9ac8f8bbbfc5281f (diff) | |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .idea/workspace.xml | 102 |
2 files changed, 1 insertions, 102 deletions
@@ -1,3 +1,4 @@ idea/ idea idea/* +.idea diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 47a4672..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="AutoImportSettings"> - <option name="autoReloadType" value="SELECTIVE" /> - </component> - <component name="BackendCodeEditorMiscSettings"> - <option name="/Default/Environment/Hierarchy/GeneratedFilesCacheKey/Timestamp/@EntryValue" value="4" type="long" /> - <option name="/Default/Housekeeping/FeatureSuggestion/FeatureSuggestionManager/DisabledSuggesters/=SwitchToGoToActionSuggester/@EntryIndexedValue" value="true" type="bool" /> - </component> - <component name="ChangeListManager"> - <list default="true" id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" comment="" /> - <option name="SHOW_DIALOG" value="false" /> - <option name="HIGHLIGHT_CONFLICTS" value="true" /> - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> - <option name="LAST_RESOLUTION" value="IGNORE" /> - </component> - <component name="Git.Settings"> - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> - </component> - <component name="MacroExpansionManager"> - <option name="directoryName" value="tzFWBH8r" /> - </component> - <component name="ProjectColorInfo">{ - "customColor": "", - "associatedIndex": 4 -}</component> - <component name="ProjectId" id="37WXJwlfHgfbTUSQajVrapU6YHf" /> - <component name="ProjectViewState"> - <option name="autoscrollToSource" value="true" /> - <option name="hideEmptyMiddlePackages" value="true" /> - <option name="showLibraryContents" value="true" /> - </component> - <component name="PropertiesComponent"><![CDATA[{ - "keyToString": { - "C/C++ File.main.c.executor": "Debug", - "C/C++ File.main.cpp.executor": "Debug", - "ModuleVcsDetector.initialDetectionPerformed": "true", - "RunOnceActivity.RadMigrateCodeStyle": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.cidr.known.project.marker": "true", - "RunOnceActivity.readMode.enableVisualFormatting": "true", - "RunOnceActivity.typescript.service.memoryLimit.init": "true", - "cf.advertisement.text.overridden": "true", - "cf.first.check.clang-format": "false", - "cidr.known.project.marker": "true", - "git-widget-placeholder": "main", - "nodejs_package_manager_path": "npm", - "org.rust.first.attach.projects": "true", - "settings.editor.selected.configurable": "preferences.lookFeel", - "vue.rearranger.settings.migration": "true" - } -}]]></component> - <component name="RunManager" selected="C/C++ File.main.c"> - <configuration name="main.c" type="CppFileRunConfiguration" factoryName="CppFileRunConfiguration" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="x11-programming" TARGET_NAME="main.c" CONFIG_NAME="main.c"> - <option name="compilerOptions" value="-lX11" /> - <option name="sourceFile" value="main.c" /> - <method v="2"> - <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> - </method> - </configuration> - <configuration name="main.cpp" type="CppFileRunConfiguration" factoryName="CppFileRunConfiguration" nameIsGenerated="true" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="x11-programming" TARGET_NAME="main.cpp" CONFIG_NAME="main.cpp"> - <option name="compilerOptions" value="-lX11" /> - <option name="sourceFile" value="main.cpp" /> - <method v="2"> - <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> - </method> - </configuration> - <list> - <item itemvalue="C/C++ File.main.c" /> - <item itemvalue="C/C++ File.main.cpp" /> - </list> - </component> - <component name="RustProjectSettings"> - <option name="toolchainHomeDirectory" value="/usr/bin" /> - </component> - <component name="TaskManager"> - <task active="true" id="Default" summary="Default task"> - <changelist id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" comment="" /> - <created>1767019734019</created> - <option name="number" value="Default" /> - <option name="presentableId" value="Default" /> - <updated>1767019734019</updated> - <workItem from="1767019735790" duration="556000" /> - <workItem from="1767037529556" duration="1209000" /> - <workItem from="1767098248582" duration="514000" /> - <workItem from="1767099177012" duration="1625000" /> - <workItem from="1767120425134" duration="4461000" /> - </task> - <servers /> - </component> - <component name="TypeScriptGeneratedFilesManager"> - <option name="version" value="3" /> - </component> - <component name="XDebuggerManager"> - <watches-manager> - <configuration name="CppFileRunConfiguration"> - <watch expression="gc" language="C++" /> - <watch expression="color" language="C++" /> - </configuration> - </watches-manager> - </component> -</project>
\ No newline at end of file |
