mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
12 lines
166 B
YAML
12 lines
166 B
YAML
---
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
comments-indentation: disable
|
|
document-start: disable
|
|
line-length: disable
|
|
truthy: disable
|