Some auto formatting on build
- Indentations: convert spaces to tabs or the other way around
- Add a whitespace after "," (except for procedural texture strings)
- Add spaces after
[ and { and in front of ] and }
- Check for multiple spaces between characters
player setDamage 5;
- Add spaces infront and after operators such as
+, -, =, -, ...