mirror of
https://github.com/libevent/libevent.git
synced 2025-01-20 05:02:55 +08:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
|
# vi: ft=yaml
|
||
|
---
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
indentation:
|
||
|
level: warning
|
||
|
indent-sequences: consistent
|
||
|
line-length: disable
|