We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12885e3 commit 1759815Copy full SHA for 1759815
1 file changed
README.md
@@ -55,6 +55,7 @@ into separate repos:
55
- --comment-style
56
- // # defaults to: #
57
- --use-current-year
58
+ - --no-extra-eol # see below
59
```
60
61
### insert-license
@@ -102,6 +103,12 @@ headers:
102
103
years they contain -- as if they used the year currently present in the
104
license file.
105
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
112
#### Fuzzy license matching
113
114
In some cases your license files can contain several slightly different
0 commit comments