/ .aider.conf.yml
.aider.conf.yml
1 editor-edit-format: editor-whole 2 3 # Git 4 git: true 5 auto-commits: false 6 7 # Linting and Testing 8 auto-lint: true 9 lint-cmd: treefmt 10 11 auto-test: true 12 test-cmd: nix flake check
1 editor-edit-format: editor-whole 2 3 # Git 4 git: true 5 auto-commits: false 6 7 # Linting and Testing 8 auto-lint: true 9 lint-cmd: treefmt 10 11 auto-test: true 12 test-cmd: nix flake check