1 个不稳定版本
0.1.0 | 2022年11月10日 |
---|
#16 在 #filenames
6KB
131 行
copefmt
copefmt
是为那些没有更好选择的编程语言提供的 copium 代码格式化工具。
使用方法
copefmt
默认从 stdin 读取并写入 stdout。
echo '*[]{...,foo->,bar->{...,baz->}}' | copefmt
*[]{
...,
foo->,
bar->{
...,
baz->
}
}
但可以提供文件名作为参数。
copefmt --input data/simple.groq --output formatted_simple.groq
安装
从源代码安装:cargo install --path .
依赖项
~1.2–1.8MB
~34K SLoC