ec2hx 1.7.2

convert EditorConfig to Helix configuration
Documentation
1
2
3
4
5
6
7
8
9
10
_default:
    just --list --unsorted --list-submodules

# run snapshot tests
test *args="--check":
    cargo insta test {{ args }}

# run and review snapshot tests
review:
    @just test --review