---
id: GEN-0052
name: 缩进使用 4 个空格，空格是首选的缩进方式。
severity: error
tool: auto
category: wc-style
description: |
  缩进使用 4 个空格，空格是首选的缩进方式。

  Auto-extracted from book299-20132-Python语言编码规范.txt.

check:
  type: ast-grep
  pattern: TODO
