mirror of
https://github.com/captainfffsama/zh-google-styleguide.git
synced 2026-01-12 00:04:37 +08:00
7 lines
492 B
ReStructuredText
7 lines
492 B
ReStructuredText
背景
|
||
================================
|
||
|
||
Python 是 Google主要的脚本语言。这本风格指南主要包含的是针对python的编程准则。
|
||
|
||
为帮助读者能够将代码准确格式化,我们提供了针对 `Vim的配置文件 <https://github.com/google/styleguide/blob/gh-pages/google_python_style.vim>`_ 。对于Emacs用户,保持默认设置即可。许多团队使用 `yapf <https://github.com/google/yapf/>`_ 作为自动格式化工具以避免格式不一致。
|