Skip to content

Commit 14ac91f

Browse files
committed
Remove example.
1 parent 8fe064d commit 14ac91f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,7 @@ Makes sure files end in a newline and only a newline.
116116

117117
#### `file-contents-sorter`
118118
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-
119+
You must provide the target [`files`](https://pre-commit.com/#config-files) as input.
126120
Note that this hook WILL remove blank lines and does NOT respect any comments.
127121

128122
#### `fix-byte-order-marker`

0 commit comments

Comments
 (0)