Skip to content

Commit 2f3ef18

Browse files
committed
Fix cmake-format spelling mistakes
1 parent 560bf00 commit 2f3ef18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cmake-format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ format:
115115
_help_require_valid_layout:
116116
- By default, if cmake-format cannot successfully fit
117117
- everything into the desired linewidth it will apply the
118-
- last, most agressive attempt that it made. If this flag is
118+
- last, most aggressive attempt that it made. If this flag is
119119
- True, however, cmake-format will print error, exit with non-
120120
- zero status code, and write-out nothing
121121
require_valid_layout: false
@@ -152,7 +152,7 @@ markup:
152152
ruler_pattern: ^\s*[^\w\s]{3}.*[^\w\s]{3}$
153153
_help_explicit_trailing_pattern:
154154
- If a comment line matches starts with this pattern then it
155-
- is explicitly a trailing comment for the preceeding
155+
- is explicitly a trailing comment for the preceding
156156
- argument. Default is '#<'
157157
explicit_trailing_pattern: '#<'
158158
_help_hashruler_min_length:

0 commit comments

Comments
 (0)