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 8fe064d commit 14ac91fCopy full SHA for 14ac91f
README.md
@@ -116,13 +116,7 @@ Makes sure files end in a newline and only a newline.
116
117
#### `file-contents-sorter`
118
Sort the lines in specified files (defaults to alphabetical).
119
-You must provide the target [`files`](https://pre-commit.com/#config-files) as input, for example:
120
-
121
-```yaml
122
- - id: file-contents-sorter
123
- files: \.gitignore
124
-```
125
+You must provide the target [`files`](https://pre-commit.com/#config-files) as input.
126
Note that this hook WILL remove blank lines and does NOT respect any comments.
127
128
#### `fix-byte-order-marker`
0 commit comments