eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
693 stars 68 forks source link

fix newline and add gitattributes #208

Closed yunwei37 closed 5 months ago

yunwei37 commented 5 months ago

Description

Fixes #183, change some file endline from CRLF to LF.

Add a .gitattribute like:

* text eol=lf

May avoid future code using CRLF.

Type of change

Officeyutong commented 5 months ago

Wow, so many lines!