# get the latest changes on all branches
run('git fetch')
+ # remove merged/deleted remote branches
+ run('git remote prune origin')
# get all remote branches - those would potentially get merge conflicts if we formatted everything
branches = run('git branch --list --remotes')
# Spaces to indent 'case' from 'switch'
# Usually 0 or indent_columns.
-indent_switch_case = indent_columns # number
+indent_switch_case = 0 # number
# Spaces to shift the 'case' line, without affecting any other lines
# Usually 0.