1
0
Fork 0
chezmoi/dot_config/jesseduffield/lazygit/config.yml
2022-05-06 10:08:57 +02:00

11 lines
351 B
YAML

reporting: "off"
startuppopupversion: 1
git:
pull:
mode: rebase
customCommands:
- key: '<c-f>'
context: files
command: |
php-cs-fixer fix --rules '{"@Symfony":true,"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"default":"align_single_space_minimal"},"fully_qualified_strict_types":false}' {{.SelectedFile.Name}}