Create 'formatter' module

Purpose of this module is to extract common code  about formatting and reuse it in Eclipse
This commit is contained in:
Mikhail Zarechenskiy
2016-03-19 22:51:16 +03:00
parent ac1ca890fd
commit a7c397fe84
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
</component>
</module>