File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1127,10 +1127,10 @@ that the IntelliJ IDEA Scala import optimizer picks ("lexicographically"
11271127option).
11281128
11291129#### ` AsciiCaseInsensitive `
1130- Sort import statements by ASCII codes, but not distinguishing uppercase
1131- and lowercase letters. Characters between uppercase and lowercase letters
1132- in ASCII table are ordered before any letter . If two strings are identical
1133- up to case, case-sensitive order used to tie breaks .
1130+ Sort import statements by ASCII codes, without distinguishing between uppercase
1131+ and lowercase letters. Characters that appear between uppercase and lowercase
1132+ letters in the ASCII table are ordered before any letters . If two strings are
1133+ identical ignoring case, use case-sensitive order to break ties .
11341134
11351135#### ` SymbolsFirst `
11361136Put wildcard imports and grouped imports with braces first, otherwise
You can’t perform that action at this time.
0 commit comments