SortContentAction: limit intention in enums only to declaration of enum

This commit is contained in:
Roman.Ivanov
2018-07-06 11:30:29 +07:00
parent 0576cb35e5
commit b9b71c6717
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,8 @@
// "Sort content" "false"
enum e {
Foo,
Bar,
Baz;
<caret>
}