Migrate tools/win/*.py to four-space indents

Moving update_idl.py chrome/updater/tools to tools/win forced me to
confront the fact that tools/win is all formatted with two-space indents
but our goal is Python code with four-space indents. The only reasonable
ways to work on update_idl.py were to move it to two-space indents (bad)
or move all of tools/win/*.py to four-space indents. This change does
the latter.

Adding a line to all of the scripts to make them changed and adding a
new .style.yapf file followed by running:
  git cl format --python --full
followed by cleaning up the comments which overran the 80-column line
length did the trick.

Light testing was performed on some of the scripts. The diffs mostly
show that only indenting was changed, but sometimes the diff algorithm
gets confused for unknown reasons.

Change-Id: I3926575d4a81eb55c45f429be60c62e8fb81ccbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4240735
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Auto-Submit: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1104554}
NOKEYCHECK=True
GitOrigin-RevId: 301533f6f29ebc8890542f78b5f57c3d88217b2c
9 files changed