Skip to content

Commit

Permalink
Capitalize wrap-comments settings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Feb 11, 2024
1 parent d64fb77 commit 0111775
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/source/configs/wrap_comments/all.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: all
// rustfmt-wrap_comments: All
// rustfmt-max_width: 50
// Wrap comments

Expand Down
2 changes: 1 addition & 1 deletion tests/source/configs/wrap_comments/doc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: doc
// rustfmt-wrap_comments: Doc
// rustfmt-max_width: 50
/// Wrap comments
Expand Down
2 changes: 1 addition & 1 deletion tests/source/configs/wrap_comments/normal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: normal
// rustfmt-wrap_comments: Normal
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Wrap comments
Expand Down
2 changes: 1 addition & 1 deletion tests/source/configs/wrap_comments/off.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: off
// rustfmt-wrap_comments: Off
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Wrap comments
Expand Down
2 changes: 1 addition & 1 deletion tests/target/configs/wrap_comments/all.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: all
// rustfmt-wrap_comments: All
// rustfmt-max_width: 50
// Wrap comments

Expand Down
2 changes: 1 addition & 1 deletion tests/target/configs/wrap_comments/doc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: doc
// rustfmt-wrap_comments: Doc
// rustfmt-max_width: 50
/// Wrap comments
Expand Down
2 changes: 1 addition & 1 deletion tests/target/configs/wrap_comments/normal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: normal
// rustfmt-wrap_comments: Normal
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Wrap comments
Expand Down
2 changes: 1 addition & 1 deletion tests/target/configs/wrap_comments/off.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rustfmt-wrap_comments: off
// rustfmt-wrap_comments: Off
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Wrap comments
Expand Down

0 comments on commit 0111775

Please sign in to comment.