google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.53k stars 13.3k forks source link

Clarify include order #842

Open ArvindReddySheelam opened 4 months ago

ArvindReddySheelam commented 4 months ago

The current documentation does not specify whether the include order should be case-sensitive or case-insensitive, leading to ambiguity and inconsistencies in automated tools.

This Pull Request adds a note to clarify that the include order should be case-sensitive, in line with typical programmatic ordering.

Added a note in the "Names and Order of Includes" section to specify that the ordering should be case-sensitive.