Order include directives alphabetically.
Open
- Dominant language
- Vim Script
- Stars
- 1.1k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
The google C++ style guide recommends to sort include directives alphabetically. https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Names_and_Order_of_Includes
It would be nice if codefmt's FormatCode could also do this.
Contributor guide
Assessment
This issue has not been assessed yet.