mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
|
# vi: ft=yaml
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
indentation:
|
||
|
level: warning
|
||
|
indent-sequences: consistent
|
||
|
line-length:
|
||
|
# there are some bash -c "", so this is OK
|
||
|
max: 300
|
||
|
level: warning
|
||
|
comments:
|
||
|
min-spaces-from-content: 1
|
||
|
document-start:
|
||
|
present: false
|