For c# (cshapier). To install it run dotnet tool install -g csharpier
As you can see there are a lot of changes.
You can also play around with it on your local system, if you don't check out the latest commit, because that one already has all the changes applied.
To test, ensure you have python installed and then run pip install pre-commit. To run all the pre-commits on the project run pre-commit run --all-files. You can remove or comment out some of the pre-commit hooks to see what each one does.
I've currently set the targeted Twincat version at --target-version=3.1.4024.56 in the .pre-commit-config.yaml. Not sure if this is the one you want.
I've added some pre-commits:
dotnet tool install -g csharpier
As you can see there are a lot of changes.
You can also play around with it on your local system, if you don't check out the latest commit, because that one already has all the changes applied.
To test, ensure you have python installed and then run
pip install pre-commit
. To run all the pre-commits on the project runpre-commit run --all-files
. You can remove or comment out some of the pre-commit hooks to see what each one does.I've currently set the targeted Twincat version at
--target-version=3.1.4024.56
in the.pre-commit-config.yaml
. Not sure if this is the one you want.