enum FormatStyle::SortJavaStaticImportOptions
Description
Position for Java Static imports.
Declared at: clang/include/clang/Format/Format.h:3243
Enumerators
| Name | Value | Comment |
|---|---|---|
| SJSIO_Before | 0 | Static imports are placed before non-static imports. |
| SJSIO_After | 1 | Static imports are placed after non-static imports. |