Closed yutaro-sakamoto closed 2 weeks ago
This pull request includes a small change to the .devcontainer/term_settings/pre-commit file. The change reorders the git add -u command to ensure it runs after the ./format script.
.devcontainer/term_settings/pre-commit
git add -u
./format
This pull request includes a small change to the
.devcontainer/term_settings/pre-commit
file. The change reorders thegit add -u
command to ensure it runs after the./format
script.