1 Star 0 Fork 0

Necs/RabbitDealer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.json 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
Necs 提交于 2024-07-01 05:45 . 新增异步转同步功能
{
"settings": {
// clang-format 扩展的配置,覆盖用户的 `settings.json`
// "clang-format.style" : "file:./.clang-format", //从指定配置文件读取格式化风格。
"clang-format.style": "file",
// 依次从当前目录、工作目录、path变量,加载默认风格配置文件(.clang-format)。
// 如果找不到则使用fallbackStyle, 没有fallbackStyle则默认LLVM,C++。
"clang-format.assumeFilename": "./.clang-format", //使用工作区独立配置文件
// "clang-format.assumeFilename": "/home/user/.clang-format", //绝对路径,用于全局统一配置
"clang-format.executable": "/usr/bin/clang-format",
"clang-format.fallbackStyle": "Google",
"editor.defaultFormatter": "xaver.clang-format"
// C/C++ 扩展的配置
// "C_Cpp.formatting": "Default",
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/necs/RabbitDealer.git
git@gitee.com:necs/RabbitDealer.git
necs
RabbitDealer
RabbitDealer
master

搜索帮助