🎨 style(markdown): format all markdown files with prettier

- 使用 prettier 格式化所有 markdown 文件
- prose-wrap: always, print-width: 80
- 保持代码块和表格格式
- 提升可读性和一致性

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
csh
2026-01-07 17:18:01 +08:00
co-authored by Claude Sonnet 4.5
parent 7e96bc86d8
commit 99bef309b7
86 changed files with 1858 additions and 981 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Python 代码风格(Google Python Style Guide
本 Playbook 的 Python 代码风格以 Google Python Style Guide 为基线(基于 PEP 8):
本 Playbook 的 Python 代码风格以 Google Python Style Guide 为基线(基于 PEP
8):
- Google Python Style Guide: https://google.github.io/styleguide/pyguide.html
- PEP 8: https://peps.python.org/pep-0008/