This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 编码风格约束(微软风格,强制)
以下规则便于 AI 与人工修改代码时一致、可静态检查。
## 1. 花括号(必须)
- **if / else / for / foreach / while / do / using / lock / fixed**:一律使用花括号,禁止单行无括号写法。