kaval 0.0.6

Guard your ports. A developer-focused port and process manager TUI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rustfmt configuration for Kaval
# See: https://rust-lang.github.io/rustfmt/

# Maximum line width
max_width = 100

# Use 4 spaces for indentation
tab_spaces = 4

# Reorder imports
reorder_imports = true

# Edition
edition = "2021"