You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
# v2022.06.23 [rivy]
|
|
|
|
# default; use LF EOLs for text files
|
|
* text=auto eol=lf
|
|
|
|
# CRLF required; force required CRLF EOLs for WinOS BAT/CMD and MSVC SLN files
|
|
*.[bB][aA][tT] text eol=crlf
|
|
*.[cC][mM][dD] text eol=crlf
|
|
*.[sS][lL][nN] text eol=crlf
|