Skip to content

Commit 249f515

Browse files
authored
Fix missing file-contents-sorter options in the README
1 parent 950e806 commit 249f515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ Sort the lines in specified files (defaults to alphabetical).
118118
You must provide the target [`files`](https://pre-commit.com/#config-files) as input.
119119
Note that this hook WILL remove blank lines and does NOT respect any comments.
120120

121+
The following arguments are available:
122+
- `--ignore-case` - fold lower case to upper case characters.
123+
- `--unique` - ensure each line is unique.
124+
121125
#### `fix-byte-order-marker`
122126
removes UTF-8 byte order marker
123127

124128
#### `fix-encoding-pragma`
125129
Add `# -*- coding: utf-8 -*-` to the top of python files.
126130
- To remove the coding pragma pass `--remove` (useful in a python3-only codebase)
127131

128-
The following arguments are available:
129-
- `--ignore-case` - fold lower case to upper case characters.
130-
- `--unique` - ensure each line is unique.
131-
132132
#### `forbid-new-submodules`
133133
Prevent addition of new git submodules.
134134

0 commit comments

Comments
 (0)