EOF 检查工具
由 Regen 拥有。
#2111 in 开发工具
7KB 106 行
检查 文件末尾没有换行符。
文件末尾没有换行符
$ cargo install eoflint $ printf "text\n" >/tmp/a $ printf "text" >/tmp/b $ eoflint /tmp/a /tmp/b /tmp/b: no newline at end of file
~4–16MB ~158K SLoC