1 Star 0 Fork 0

huxiangjs/tflite-micro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Define the project's code formatting styles
#
# https://editorconfig.org
#
# EditorConfig is a file format for defining coding styles. EditorConfig is
# natively supported by VisualStudio, GitHub, Neovim, etc.
[*]
# Unix-style newlines and a newline ending in every file
end_of_line = lf
insert_final_newline = true
[*.{cc,h}]
# https://google.github.io/styleguide/cppguide.html
indent_style = space
indent_size = 2
[*.py]
# https://google.github.io/styleguide/pyguide.html but 2-space indent
indent_style = space
indent_size = 2
[WORKSPACE,BUILD,*.bzl]
# https://bazel.build/build/style-guide
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huxiangjs/tflite-micro.git
git@gitee.com:huxiangjs/tflite-micro.git
huxiangjs
tflite-micro
tflite-micro
main

搜索帮助