lua code formatting
This commit is contained in:
parent
bb96b284fc
commit
b06c4b4242
|
@ -41,3 +41,7 @@
|
|||
path = misc/hex2dfu
|
||||
url = https://github.com/rusefi/hex2dfu
|
||||
branch = rusefi_prod
|
||||
[submodule "java_console/luaformatter"]
|
||||
path = java_console/luaformatter
|
||||
url = https://github.com/rusefi/luaformatter
|
||||
branch = prod
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<module fileurl="file://$PROJECT_DIR$/io/io.iml" filepath="$PROJECT_DIR$/io/io.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/logging/logging.iml" filepath="$PROJECT_DIR$/logging/logging.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/logging-api/logging-api.iml" filepath="$PROJECT_DIR$/logging-api/logging-api.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/luaformatter/luaformatter.iml" filepath="$PROJECT_DIR$/luaformatter/luaformatter.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/models/models.iml" filepath="$PROJECT_DIR$/models/models.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/../java_tools/proxy_server/proxy_server.iml" filepath="$PROJECT_DIR$/../java_tools/proxy_server/proxy_server.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/romraider/romraider.iml" filepath="$PROJECT_DIR$/romraider/romraider.iml" />
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
<src path="../java_tools/proxy_server/src/test/java"/>
|
||||
<src path="io/src/main/java"/>
|
||||
<src path="io/src/test/java"/>
|
||||
<src path="luaformatter/src"/>
|
||||
<src path="models/src/main/java"/>
|
||||
<src path="models/src/test/java"/>
|
||||
<src path="inifile/src/main/java"/>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a09375cbe2bd1c4e3acb11cbc9bf438834125431
|
|
@ -32,5 +32,6 @@
|
|||
<orderEntry type="module" module-name="proxy_server" scope="TEST" />
|
||||
<orderEntry type="library" name="antlr" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="mockito-all-1.10.19" level="project" />
|
||||
<orderEntry type="module" module-name="luaformatter" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in New Issue