Quote Originally Posted by Brian_of_Bozeat View Post
Indentation etc. is personal choice unless you are working with a team (to an agreed format).
Clear indentation is critical to code clarity. Since you are sharing your code and expecting others to read it, it's more than just a personal choice. There is more than one way to clearly indent code, but it needs to be clear where each scope is by the indentation.

If for whatever reason your code has sloppy indentation, you should fix it when posting it for others to read.