Command line formatter (IDEA-99267)

This commit is contained in:
Rustam Vishnyakov
2016-07-11 12:06:41 +03:00
parent c1743bd0e9
commit b327fd7257
11 changed files with 476 additions and 0 deletions
@@ -0,0 +1,9 @@
package com.company;
public class Test {
class Foo {
void foo() {
//other comment
}
}
}