You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/.editorconfig-checker.json

13 lines
271 B
JSON

{
"disabled_rules": {
"*:*": ["indent_style", "end_of_line", "max_line_length"],
"*.json": ["trim_trailing_whitespace"]
},
"exclude": [
"venv312",
"web/public",
"web/app/components/base/icons",
"docker"
]
}