mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
12 lines
192 B
YAML
12 lines
192 B
YAML
# vi: ft=yaml
|
|
---
|
|
extends: default
|
|
|
|
rules:
|
|
indentation:
|
|
level: warning
|
|
indent-sequences: consistent
|
|
line-length: disable
|
|
# github-actions "on:"
|
|
truthy: disable
|