1 Star 1 Fork 1

Yu-zq/cesium-unreal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
BasedOnStyle: LLVM
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
BinPackParameters: false
PointerAlignment: Left
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: false
# Rules for Unreal Engine Pregenerated Headers
IncludeCategories:
- Regex: '.*\.generated\.h'
Priority: 100
- Regex: '.*(PCH).*'
Priority: -1
# Don't break string literals - Unreal isn't good at handling them
BreakStringLiterals: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yu-zq/cesium-unreal.git
git@gitee.com:yu-zq/cesium-unreal.git
yu-zq
cesium-unreal
cesium-unreal
auto-attach-sunsky

搜索帮助