From 588abacb8f3cfa0a70b90512807974c275c7bbcd Mon Sep 17 00:00:00 2001 From: ym13n22 <ym13n22@soton.ac.uk> Date: Tue, 23 Jul 2024 13:37:25 +0100 Subject: [PATCH] free --- EMG/.idea/EMG.iml | 12 ++++++++++++ IMU/.idea/misc.xml | 3 +++ Windows/.idea/misc.xml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 EMG/.idea/EMG.iml diff --git a/EMG/.idea/EMG.iml b/EMG/.idea/EMG.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/EMG/.idea/EMG.iml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> + <component name="PyDocumentationSettings"> + <option name="format" value="PLAIN" /> + <option name="myDocStringFormat" value="Plain" /> + </component> +</module> \ No newline at end of file diff --git a/IMU/.idea/misc.xml b/IMU/.idea/misc.xml index 06cab05..2a01189 100644 --- a/IMU/.idea/misc.xml +++ b/IMU/.idea/misc.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="Black"> + <option name="sdkName" value="Python 3.12 (pythonProject)" /> + </component> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (pythonProject)" project-jdk-type="Python SDK" /> </project> \ No newline at end of file diff --git a/Windows/.idea/misc.xml b/Windows/.idea/misc.xml index e72fccd..4ffb874 100644 --- a/Windows/.idea/misc.xml +++ b/Windows/.idea/misc.xml @@ -3,5 +3,5 @@ <component name="Black"> <option name="sdkName" value="Python 3.12 (pythonProject)" /> </component> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (climode) (2)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (Windows)" project-jdk-type="Python SDK" /> </project> \ No newline at end of file -- GitLab