there is a huge difference between having a coding standard (handled easily by a linter on commit in most languages) and making a particular whitespace indentation a critical language feature.
Bonus, if there's a good reason to change the linter format, you can do so.
Rust handles this rather well I think.
Bonus, if there's a good reason to change the linter format, you can do so. Rust handles this rather well I think.