We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596b4fa commit f66a86aCopy full SHA for f66a86a
Configurations.md
@@ -2546,7 +2546,7 @@ fn lorem<T : Eq>(t : T) {
2546
2547
See also: [`space_after_colon`](#space_after_colon).
2548
2549
-## `space_after_not
+## `space_after_not`
2550
2551
Leave a space after the `!` operator.
2552
src/config/mod.rs
@@ -660,6 +660,7 @@ reorder_impl_items = false
660
type_punctuation_density = "Wide"
661
space_before_colon = false
662
space_after_colon = true
663
+space_after_not = false
664
spaces_around_ranges = false
665
binop_separator = "Front"
666
remove_nested_parens = true
0 commit comments