From 931b9326de959a8af779bcdc26996feb4c1d410e Mon Sep 17 00:00:00 2001 From: yuuta Date: Wed, 29 Nov 2023 16:44:41 -0800 Subject: Restore Idea files from starter So the TA can run the project on their computer Signed-off-by: yuuta --- .idea/$CACHE_FILE$ | 64 +++++++++++++++++++++++++++++++++++ .idea/$PRODUCT_WORKSPACE_FILE$ | 54 +++++++++++++++++++++++++++++ .idea/.name | 1 + .idea/checkstyle-idea.xml | 18 ++++++++++ .idea/codeStyles/Project.xml | 7 ++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/compiler.xml | 15 ++++++++ .idea/copyright/profiles_settings.xml | 3 ++ .idea/encodings.xml | 6 ++++ .idea/misc.xml | 16 +++++++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ 12 files changed, 203 insertions(+) create mode 100644 .idea/$CACHE_FILE$ create mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ create mode 100644 .idea/.name create mode 100644 .idea/checkstyle-idea.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml (limited to '.idea') diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 0000000..f73335b --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,64 @@ + + + + + + + + + + + Android + + + Class structureJava + + + Code maturity issuesJava + + + JUnit issuesJava + + + Java + + + Java 5Java language level migration aidsJava + + + Java 7Java language level migration aidsJava + + + Java 8Java language level migration aidsJava + + + Java language level migration aidsJava + + + Javadoc issuesJava + + + Numeric issuesJava + + + Portability issuesJava + + + Probable bugsJava + + + Resource management issuesJava + + + Threading issuesJava + + + + + Android + + + + + + \ No newline at end of file diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ new file mode 100644 index 0000000..4c9330e --- /dev/null +++ b/.idea/$PRODUCT_WORKSPACE_FILE$ @@ -0,0 +1,54 @@ + + + + + + + scala-sdk-2.11.8 + + + + + + + + JDK12 + + + + + + + + 1.8 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..358bba7 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Project-Starter \ No newline at end of file diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..98cbe9f --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,18 @@ + + + + 10.2 + JavaOnly + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..b3295c5 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..8f1a3b7 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..40ed937 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9e466d8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7ac8932 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3