7 lines
201 B
TOML
7 lines
201 B
TOML
format_code_in_doc_comments = true
|
|
ignore = [
|
|
# These files are used to test the output of derive macros.
|
|
# Formatting them will cause the tests to fail.
|
|
"sea-orm-codegen/src/tests_cfg",
|
|
]
|