3 Star 1 Fork 0

Gitee 极速下载/stellar-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/stellar/stellar-core
克隆/下载
.dir-locals.el 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Graydon Hoare 提交于 2023-02-07 09:23 +08:00 . Update .dir-locals.el
; This file sets emacs variables that are helpful for editing stellar-core
((c-mode . ((indent-tabs-mode . nil)))
(c++-mode . ((indent-tabs-mode . nil)))
(nil . ((flycheck-clang-language-standard . "c++11")
(flycheck-clang-include-path . ("."
"src"
"lib/asio/asio/include"
"lib/autocheck/include"
"lib/cereal/include"
"lib/util"
"lib/soci/src/core"
"lib/soci/src/backends/sqlite3"
"lib/xdrpp"
"lib/sqlite"
"lib/libsodium/src/libsodium"
"lib/libmedida/src"
))
(whitespace-style . (face tabs tab-mark trailing lines-tail empty))
(c-file-style . "stroustrup")
(eval . (add-to-list 'auto-mode-alist '("\\.h\\'" . c++-mode)))
(eval . (if (boundp 'c-offsets-alist)
(add-to-list 'c-offsets-alist '(innamespace . -)))))))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/stellar-core.git
git@gitee.com:mirrors/stellar-core.git
mirrors
stellar-core
stellar-core
master

搜索帮助