mirror of
https://github.com/frej/fast-export.git
synced 2025-11-02 17:25:48 +01:00
10 lines
290 B
Markdown
10 lines
290 B
Markdown
|
|
## Dos2unix filter
|
||
|
|
|
||
|
|
This plugin converts CRLF line ending to LF in text files in the repo.
|
||
|
|
It is recommended that you have a .gitattributes file that maintains
|
||
|
|
the usage of LF endings going forward, for after you have converted your
|
||
|
|
repository.
|
||
|
|
|
||
|
|
To use the plugin, add
|
||
|
|
`--plugin dos2unix`.
|