1b3e5dd0fc
This patch sets the two configuration options for `undocumented_unsafe_blocks` to `true` by default: these are `accept-comment-above-statement` and `accept-comment-above-attributes`. Having these values `false` by default prevents what many users would consider clean code, e.g. placing the `// SAFETY:` comment above a single-line functino call, rather than directly next to the argument. changelog: [`undocumented_unsafe_blocks`]: set `accept-comment-above-statement` and `accept-comment-above-attributes` to `true` by default.
3 lines
106 B
TOML
3 lines
106 B
TOML
# default configuration has `accept-comment-above-statement` and
|
|
# `accept-comment-above-attributes` true
|