mirror of https://gitee.com/bigwinds/arangodb
Enforce Unix line endings for SummaryBlacklist.txt (#3724)
With Windows line breaks in a Cygwin environment, the docu build checker breaks (reports README.md and SUMMARY.md not being mapped to SUMMARY.md)
This commit is contained in:
parent
255d90d26a
commit
b63428c01d
|
@ -3,6 +3,7 @@ VERSION eolf=lf
|
|||
scripts/unittest eol=lf
|
||||
*.csv binary
|
||||
*.json eol=lf
|
||||
Documentation/Books/SummaryBlacklist.txt eol=lf
|
||||
Documentation/Examples/*.generated merge=ours
|
||||
VERSION merge=ours
|
||||
STARTER_REV merge=ours
|
||||
|
|
Loading…
Reference in New Issue