7 Star 6 Fork 26

OpenHarmony-SIG/flutter_plus_plugins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
Miguel Beltran 提交于 2022-04-11 14:33 . [all] Fix formatting issues (#832)
# editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.cpp]
indent_style = space
indent_size = 2
[*.dart]
indent_style = space
indent_size = 2
# Groovy Gradle build scripts style (build.gradle files)
[*.gradle]
indent_style = space
indent_size = 4
[*.h]
indent_style = space
indent_size = 2
# Kotlin code style according to https://developer.android.com/kotlin/style-guide
[*.{kt, kts}]
indent_size = 4
max_line_length = 100
[*.m]
indent_style = space
indent_size = 2
[*.yml]
indent_size = 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/flutter_plus_plugins.git
git@gitee.com:openharmony-sig/flutter_plus_plugins.git
openharmony-sig
flutter_plus_plugins
flutter_plus_plugins
master

搜索帮助