mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
17 lines
302 B
YAML
17 lines
302 B
YAML
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
|
||
|
indentation:
|
||
|
spaces: 2
|
||
|
|
||
|
# 120 chars should be enough, but don't fail if a line is longer
|
||
|
line-length:
|
||
|
max: 120
|
||
|
level: warning
|
||
|
allow-non-breakable-words: true
|
||
|
|
||
|
# we don't have multiple document per file
|
||
|
document-start: disable
|
||
|
document-end: disable
|