• What makes this even worse is when you use universal source control.

    The quickest way to mess up the spaces and tabs in our SQL source is when we extract it and check it into source control.

    When you pull the SQL scripts back out of source control all the tabs and spacing are off. The code still works, but readability is terrible.

    This is mostly caused by code that was written with Tabs set to 3 spaces instead of 5.