Force LF in gitattributes
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,6 +1,9 @@
|
|||||||
# SPDX-FileCopyrightText: Chris Rizzitello <sithlord48@gmail.com>
|
# SPDX-FileCopyrightText: Chris Rizzitello <sithlord48@gmail.com>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
#auto handle line feed
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.github* export-ignore
|
.github* export-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user