mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
IDEA-56242 Align When Multiline > Fields/variables groups does not align correctly when using tabs
1. Removed 'Align in columns' option processing for local variables; 2. Corrected white space string generation during 'align fields in columns' processing (tabs are not used for non-first block on a line alignment now); 3. Green code policy is applied whenever possible; 4. Corresponding tests are added;
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class FormattingTest {
|
||||
|
||||
private static FormattingTest staticFoo;
|
||||
|
||||
private FormattingTest instanceFoo;
|
||||
|
||||
@SuppressWarnings({"AccessStaticViaInstance"})
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
class FormattingTest {
|
||||
|
||||
private static FormattingTest staticFoo;
|
||||
|
||||
private FormattingTest instanceFoo;
|
||||
|
||||
@SuppressWarnings({"AccessStaticViaInstance"})
|
||||
|
||||
Reference in New Issue
Block a user