summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorHaidong Ji2019-01-01 21:08:58 -0600
committerHaidong Ji2019-01-01 21:08:58 -0600
commita318045cf5c15cadad5c067ab6af5aa498bd155e (patch)
tree6bc0e84ffb77ec470065bacbffb639ae1ce78cd6 /.idea
Check bracket done!
Switching from Eclipse to Jetbrains IDEA, still using TDD methods. So far not bad. I like the fact that by using different IDEs, I can see what kind of help the IDE provides (coding style, best practices, etc.). That can be helpful.
Diffstat (limited to '.idea')
-rw-r--r--.idea/misc.xml6
-rw-r--r--.idea/vcs.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..83f45f8
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+ <output url="file://$PROJECT_DIR$/src/out" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project> \ No newline at end of file