Skip to content

Commit 1759815

Browse files
authored
Document --no-extra-eol in README (fixes #70) (#73)
1 parent 12885e3 commit 1759815

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ into separate repos:
5555
- --comment-style
5656
- // # defaults to: #
5757
- --use-current-year
58+
- --no-extra-eol # see below
5859
```
5960
6061
### insert-license
@@ -102,6 +103,12 @@ headers:
102103
years they contain -- as if they used the year currently present in the
103104
license file.
104105

106+
#### No extra EOL
107+
108+
The `--no-extra-eol` argument prevents the insertion of an additional
109+
End-of-Line (EOL) character at the end of the license header; see
110+
[issue #70](https://github.com/Lucas-C/pre-commit-hooks/issues/70).
111+
105112
#### Fuzzy license matching
106113

107114
In some cases your license files can contain several slightly different

0 commit comments

Comments
 (0)