mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Command-line formatter code style configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user