mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
comments:
|
|
require-starting-space: true
|
|
ignore-shebangs: true
|
|
min-spaces-from-content: 2
|
|
document-start:
|
|
present: true
|
|
level: error
|
|
indentation:
|
|
spaces: 2
|
|
line-length: disable
|
|
truthy:
|
|
check-keys: false
|