From f332197a2a44b2cb755401f39a4805d6e8e30513 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 4 Dec 2021 21:02:32 -0500 Subject: [PATCH] we need special work-around for luaformatter module not to be located within submodule folder --- java_console/.idea/modules.xml | 2 +- .../luaformatter_module/luaformatter.iml | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 java_console/luaformatter_module/luaformatter.iml diff --git a/java_console/.idea/modules.xml b/java_console/.idea/modules.xml index 7f16b8d5d0..db844c1076 100644 --- a/java_console/.idea/modules.xml +++ b/java_console/.idea/modules.xml @@ -10,7 +10,7 @@ - + diff --git a/java_console/luaformatter_module/luaformatter.iml b/java_console/luaformatter_module/luaformatter.iml new file mode 100644 index 0000000000..fc6b6052a7 --- /dev/null +++ b/java_console/luaformatter_module/luaformatter.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file