Enable User-Defined Header Sorting
- Add an option to
SfgComposerfor the user to define a partial order according to which#includestatements should be sorted. - Make sure clang-format does not undo that sorting:
- Clang-format has a
--sort-includesflag. Add an option toClangFormatOptionsto configure includes sorting. - If a user-defined order is provided, always disable automatic include sorting by clang-format.
- Clang-format has a