From 41073b3cb1bdc82e0bcfabb4b9120edacf6ed8bb Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 20 Apr 2014 20:50:08 +0200 Subject: [PATCH] add pycharm project stuff --- .idea/codeStyleSettings.xml | 10 ++++++++++ .idea/inspectionProfiles/Project_Default.xml | 17 +++++++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 7 +++++++ 3 files changed, 34 insertions(+) create mode 100644 .idea/codeStyleSettings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..05b8113 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..728ac1b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ 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..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file