Configuration
Gitar Bot can be configured by adding a .gitar/config.toml
file to the root of
your repository.
Options
Here is an example configuration file with all the available options and their default values.
[cleanup]# Remove unused importsremove_unused_imports = true
# If true, existing pull request be updated with the new changes# Else a new pull request is createdupdate_existing = true
[post_process]# Auto format codeenable = true