Files
bisheng/.editorconfig
LineWalker c71f9a45dd ci: setup 2.5.0-PM branch CI/CD for team collaboration
- Update feat_cicd pipeline: fix uv mirrors config (align with cicd pipeline),
  add SSH deploy step to 114 server, trigger on 2.5.0-PM branch
- Add failure notification to Feishu webhook
- Modernize pre-commit hooks: replace flake8/yapf/isort with ruff
- Add .editorconfig for cross-IDE consistency
- Add PR template for collaboration workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 18:34:38 +08:00

19 lines
284 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{js,jsx,ts,tsx,json,yml,yaml,css,scss,html}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab