1 Star 3 Fork 1

Xoooo / fuchsia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.style.yapf 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gary Miguel 提交于 2019-07-11 17:04 . [python] Add root YAPF style file
# For documentation of these options see
# https://github.com/google/yapf/blob/master/README.rst
[style]
based_on_style = google
# Just a preference based on experience. Allowed by Google style guide
indent_dictionary_value = true
# Just a preference based on experience. Allowed by Google style guide
split_arguments_when_comma_terminated = true
# We think this is mandated by the Google style guide, and thus should be built
# in the style that's included with yapf, but it's not currently.
# See https://github.com/google/yapf/pull/738
join_multiple_lines = false
# Mandated by Fuchsia style guide
split_before_first_argument = true
C++
1
https://gitee.com/xoooo/fuchsia.git
git@gitee.com:xoooo/fuchsia.git
xoooo
fuchsia
fuchsia
master

搜索帮助