1 Star 0 Fork 0

Dorence/ns-3-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
# EditorConfig
#
# This file configures indentation styles for source files in
# supporting editors.
#
# See https://editorconfig.org/ for more.
# Do not search for additional .editorconfig files above this
# directory.
root = true
[*]
# Unix-style newlines
end_of_line = lf
# All files are in UTF-8
charset = utf-8
# All files end with a newline
insert_final_newline = true
# No trailing whitespaces
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
tab_width = 4
[{*.py,ns3}]
indent_style = space
indent_size = 4
[*.{cc,h}]
indent_style = space
indent_size = 4
[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 2
[*.{md,rst,yml,yaml}]
indent_style = space
indent_size = 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dorence/ns-3-dev.git
git@gitee.com:dorence/ns-3-dev.git
dorence
ns-3-dev
ns-3-dev
master

搜索帮助