Command-line formatter code style configuration

This commit is contained in:
Rustam Vishnyakov
2016-07-25 17:49:28 +03:00
parent f682aa8af5
commit 764efac3a3
7 changed files with 170 additions and 78 deletions
@@ -1,9 +1,11 @@
package com.company.subdir;
public class Test2 {
class Foo {
void foo() {
//other comment
}
public class Test2
{
class Foo
{
void foo() {
//other comment
}
}
}