# v2023.02.05 [rivy] # spell-checker:ignore (people) Roy Ivy III * rivy (words) deps EOLs MSVC # 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 # binaries; force binary interpretation (for diff sanity and avoidance of CRLF/LF issues) # * `yarn` config files; ref: @@ .yarn/**/* binary