【发布时间】:2019-04-24 15:37:58
【问题描述】:
【问题讨论】:
标签: clang-format
【问题讨论】:
标签: clang-format
显然(至少对于clang-format 8.0)DisableFormat: true 不会覆盖SortIncludes 选项,因此它也需要明确指定。在.clang-format 中包含以下内容将完全禁用格式化:
DisableFormat: true
SortIncludes: false
更新
还有一个 5.0 版的 issue report,到目前为止还没有引起任何关注。
【讨论】: