阻止clang-format修改文件包含顺序

·

// clang-format off
#include <b.h>
#include <a.h>
#include <c.h>
// clang-format on
#include <d.h>
#include <e.h>

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注