MAINTAINERS: Improve Write After Approval sort.
Improve the MAINTAINERS sort for Write After Approval by adding a secondary sort by email address.
The MAINTAINERS file’s “Write After Approval” section now sorts by email address as a secondary key. This change improves the organization and readability of the list, making it easier to locate specific maintainers.
In Details
This commit modifies the MAINTAINERS file, specifically the 'Write After Approval' section. The change introduces a secondary sorting key using email addresses. This change enhances maintainability by ensuring a consistent and easily searchable order.
For Context
The MAINTAINERS file lists who is responsible for different parts of the GCC project, and who should review patches. This commit sorts the list to make it easier to find the right person. Specifically, it refines the sorting for 'Write After Approval' entries by adding email address as a secondary sorting key. This ensures a consistent and easily searchable order of maintainers.