Skip to content

Instantly share code, notes, and snippets.

View KisaragiDev's full-sized avatar
🏠
Working from home

Kisaragi KisaragiDev

🏠
Working from home
View GitHub Profile
@mezcel
mezcel / .gitattributes
Last active March 26, 2024 08:10
Tiny Core Linux Notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.go eol=lf
*.sh eol=lf
*.source eol=lf
Makefile eol=lf