We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cc31b commit e7cf495Copy full SHA for e7cf495
README.md
@@ -125,6 +125,10 @@ Sort the lines in specified files (defaults to alphabetical).
125
You must provide list of target files as input to it.
126
Note that this hook WILL remove blank lines and does NOT respect any comments.
127
128
+The following arguments are available:
129
+- `--ignore-case` - fold lower case to upper case characters.
130
+- `--unique` - ensure each line is unique.
131
+
132
#### `forbid-new-submodules`
133
Prevent addition of new git submodules.
134
0 commit comments