diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-04 19:44:01 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-04 19:44:01 +0100 |
commit | 776e8d5a0fd55ea0fcfd0c68e3105be796da34e7 (patch) | |
tree | 195a7f05607d076ded438d4b237b6aa2afa52df7 /.idea/inspectionProfiles | |
download | python-text-editor-776e8d5a0fd55ea0fcfd0c68e3105be796da34e7.tar.gz |
Initial commit, basic CRU of text files
Diffstat (limited to '.idea/inspectionProfiles')
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 6 | ||||
-rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..9940ce4 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="PyPep8Inspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + </profile> +</component> \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="USE_PROJECT_PROFILE" value="false" /> + <version value="1.0" /> + </settings> +</component> \ No newline at end of file |