Skip to content

Commit 5113af1

Browse files
authored
Merge pull request #737 from apoint123/refactor/refine-media-integration
重构媒体控件相关集成
2 parents d03b4e7 + a0f5755 commit 5113af1

60 files changed

Lines changed: 2944 additions & 3763 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ end_of_line = lf
1616
insert_final_newline = true
1717
# 删除每一行末尾的尾随空格
1818
trim_trailing_whitespace = true
19+
20+
# 针对 Rust 文件的特定设置
21+
[*.rs]
22+
# Rust 代码惯例使用 4 个空格缩进
23+
indent_size = 4

0 commit comments

Comments
 (0)