[formatters] README.md

This commit is contained in:
Mario Zechner 2025-07-16 05:16:22 +02:00
parent 5a98176309
commit 62aefdbea8
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -253,3 +253,4 @@ spine-libgdx/.project
spine-c/codegen/spine-cpp-types.json spine-c/codegen/spine-cpp-types.json
spine-flutter/example/devtools_options.yaml spine-flutter/example/devtools_options.yaml
spine-glfw/.cache spine-glfw/.cache
formatters/eclipse-formatter/format-diff.txt

View File

@ -97,6 +97,7 @@ cd formatters
./format-haxe.sh # Format Haxe files ./format-haxe.sh # Format Haxe files
./format-java.sh # Format Java files ./format-java.sh # Format Java files
./format-ts.sh # Format TypeScript files ./format-ts.sh # Format TypeScript files
./format.sh # Format everything
``` ```
Ensure you have the required tools installed for each formatter you want to run. Ensure you have the required tools installed for each formatter you want to run.