Skip to content

Commit

Permalink
Document --no-extra-eol in README (fixes #70) (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed May 1, 2023
1 parent 12885e3 commit 1759815
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 1759815

Please sign in to comment.