diamond-cli 0.1.0

Lightning-fast CLI for stacked pull requests
1
2
3
4
5
6
7
# Line ending normalization
* text=auto eol=lf

# Ensure consistent line endings for text files
*.{rs,toml,md,yml,yaml,json} text eol=lf
*.sh text eol=lf
.git* text eol=lf