reponest 0.1.0-alpha

A TUI/CLI tool for managing multiple git repositories written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Rustfmt configuration for reponest
# See https://rust-lang.github.io/rustfmt/ for all options

edition = "2024"
style_edition = "2024"

# Number of spaces per tab
tab_spaces = 4
# Maximum width of each line
max_width = 100
# Use tab characters for indentation, spaces for alignment
hard_tabs = false