Order include directives alphabetically.
未关闭
- 主要语言
- Vim Script
- 星标
- 1.1k
- 派生
- 102
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
调研方向
Start at the FormatCode entry point named in the issue and trace how code formatting is applied to C++ source. The work is done when include directives are sorted alphabetically in the formatted output, while the existing formatting behavior remains intact.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, vim
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100