From d97d5ec2af1ec079842ac12c84d8405bc0a664ef Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Fri, 8 Feb 2019 15:18:21 -0500 Subject: Added IntelliJ IDEA configuration files. --- .idea/codeStyles/Project.xml | 72 ++++++++++++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/compiler.xml | 9 +++++ .idea/encodings.xml | 4 ++ .idea/misc.xml | 26 +++++++++++++ .idea/modules.xml | 10 +++++ .idea/modules/ChatAPI.main.iml | 21 +++++++++++ .idea/modules/ChatAPI.test.iml | 12 ++++++ ChatAPI.iml | 13 +++++++ 9 files changed, 172 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/modules/ChatAPI.main.iml create mode 100644 .idea/modules/ChatAPI.test.iml create mode 100644 ChatAPI.iml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..69ba39f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,72 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /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..8463d1e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3e68e4d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,26 @@ + + + + + + + + + Manifest + + + Spelling + + + + + SpellCheckingInspection + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5c8e2ae --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/ChatAPI.main.iml b/.idea/modules/ChatAPI.main.iml new file mode 100644 index 0000000..85aa9bc --- /dev/null +++ b/.idea/modules/ChatAPI.main.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/ChatAPI.test.iml b/.idea/modules/ChatAPI.test.iml new file mode 100644 index 0000000..6bd792d --- /dev/null +++ b/.idea/modules/ChatAPI.test.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/ChatAPI.iml b/ChatAPI.iml new file mode 100644 index 0000000..8089765 --- /dev/null +++ b/ChatAPI.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3