Enable Airbrussh in Capistrano
mainAirbrussh is the default formatter in Capistrano 3.5 and newer. If you are using Capistrano 3.5+ and want to ensure it is active, or if you are upgrading an existing project, you can manually enable it in your deploy.rb file.
Note: If you are on Capistrano 3.4.x, you must follow the Advanced/legacy usage instructions to install it as a plugin.
```ruby
# In deploy.rb
set :format, :airbrussh
```埋