From a7c397fe8454cbb9fa45453c746dfe99d09ac5cf Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Sat, 19 Mar 2016 22:51:16 +0300 Subject: [PATCH] Create 'formatter' module Purpose of this module is to extract common code about formatting and reuse it in Eclipse --- .idea/modules.xml | 1 + idea/formatter/formatter.iml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 idea/formatter/formatter.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index a6a8109750f..57d4f630197 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -32,6 +32,7 @@ + diff --git a/idea/formatter/formatter.iml b/idea/formatter/formatter.iml new file mode 100644 index 00000000000..44071adbdcd --- /dev/null +++ b/idea/formatter/formatter.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file