Files
2020-10-27 23:47:57 +08:00

7 lines
492 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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