Skip to content

Commit 69b4df5

Browse files
authored
Merge pull request #732 from hugovk/patch-1
Document file-contents-sorter arguments
2 parents 40cc31b + e7cf495 commit 69b4df5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Sort the lines in specified files (defaults to alphabetical).
125125
You must provide list of target files as input to it.
126126
Note that this hook WILL remove blank lines and does NOT respect any comments.
127127

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

0 commit comments

Comments
 (0)