I just added the Nicklockwood swiftformat into my application by Uses a project-local SwiftFormat binary(without external installation) First I copy a swiftformat binary and paste it into BuildTools then I made a swiftformat.sh file in BuildTools where I write the script and then declare that file into. the pre commit. Moreover I made a customize file for the swiftformat rules But problem is When I am trying to commit the files it can formatted it according to. the swiftformat default rules but not with the configured .swiftformat file(customize file).
I just expected it can format the files with rules according to the customize file which I created