SortContentAction: fix \n placement after eol comment : IDEA-194501

This commit is contained in:
Roman.Ivanov
2018-06-26 12:04:00 +07:00
parent 5076e08145
commit e63c06d315
3 changed files with 27 additions and 2 deletions
@@ -0,0 +1,9 @@
// "Sort content" "true"
public enum X //simple end comment
{
b, f, x
}
@@ -0,0 +1,7 @@
// "Sort content" "true"
public enum X<caret> //simple end comment
{
f, b, x
}