Files
bigwo/mcp-server-ssh/node_modules/nan/.pre-commit-config.yaml

9 lines
209 B
YAML
Raw Normal View History

2026-03-12 12:47:56 +08:00
repos:
- repo: https://github.com/cpplint/cpplint
rev: 2.0.0
hooks:
- id: cpplint
args:
- --filter=-whitespace/indent_namespace,-whitespace/parens
- --linelength=88