From 8b0ab8cde2a52aca9ff3105e8dccaf84e7dae3c5 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 1 Jul 2018 01:33:41 -0700 Subject: [PATCH] Misc. IDEA settings updates. --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/compiler.xml | 2 ++ .idea/kotlinc.xml | 7 +++++++ .idea/modules/examples-kotlin_main.iml | 26 ++++++++++++++++++++++++++ .idea/modules/examples-kotlin_test.iml | 26 ++++++++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/modules/examples-kotlin_main.iml create mode 100644 .idea/modules/examples-kotlin_test.iml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..d91f848 --- /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 index bc0f461..6d140d3 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,6 +3,8 @@ + + \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..5806fb3 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules/examples-kotlin_main.iml b/.idea/modules/examples-kotlin_main.iml new file mode 100644 index 0000000..a65f44f --- /dev/null +++ b/.idea/modules/examples-kotlin_main.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/examples-kotlin_test.iml b/.idea/modules/examples-kotlin_test.iml new file mode 100644 index 0000000..5b759ec --- /dev/null +++ b/.idea/modules/examples-kotlin_test.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + \ No newline at end of file