1 Star 0 Fork 1

superBugMaker / flatbuffers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Formatters.md 1.10 KB
一键复制 编辑 原始数据 按行查看 历史

Format Guidelines

If you are interesting in contributing to the flatbuffers project, please take a second to read this document. Each language has it's own set of rules, that are defined in their respective formatter/linter documents.

Notes

  • Run the linter on the language you are working on before making a Pull Request.
  • DONT format/lint the generated code.

Languages

C++

C++ uses clang-format as it's formatter. Run the following script sh scripts/clang-format-git.sh, and it should style the C++ code according to google style guide.

Swift

Swift uses swiftformat as it's formatter. Take a look at how to install here. Run the following command swiftformat --config swift.swiftformat . in the root directory of the project

Typescript

Typescript uses eslint as it's linter. Take a look at how to install here. Run the following command eslint ts/** --ext .ts in the root directory of the project

1
https://gitee.com/superbugmaker/flatbuffers.git
git@gitee.com:superbugmaker/flatbuffers.git
superbugmaker
flatbuffers
flatbuffers
master

搜索帮助