mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:40:10 +01:00
The Carbon style guide prefers `const` to be on the left wherever possible, and also has a de-facto standard for specifier order. Since the order of specifiers and qualifiers tends to become a part of muscle-memory, deferring the checking of this to tooling should lift a small burden on both contributors and reviewers. --------- Co-authored-by: Carbon Infra Bot <carbon-external-infra@google.com>