Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ into separate repos:
- --comment-style
- // # defaults to: #
- --use-current-year
- --no-extra-eol # see below
```

### insert-license
Expand Down Expand Up @@ -102,6 +103,12 @@ headers:
years they contain -- as if they used the year currently present in the
license file.

#### No extra EOL

The `--no-extra-eol` argument prevents the insertion of an additional
End-of-Line (EOL) character at the end of the license header; see
[issue #70](https://github.com/Lucas-C/pre-commit-hooks/issues/70).

#### Fuzzy license matching

In some cases your license files can contain several slightly different
Expand Down