opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Fix pre-commit #533

Closed yutaro-sakamoto closed 2 weeks ago

yutaro-sakamoto commented 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.