Configure your text editor
The StepMania code is transitioning to both a tab and indent size of 8.
Visual C++
- Tools->Options->Text Editor->Tabs
- Set both "tab size" and "indent size" to 8
Vim
:set ts=8 sw=8 sts=8 noexpandtab
Xcode
Xcode->Preferences...->Indentation
- Check "Insert 'tabs' instead of spaces
- Tab width: 8
- Indent width: 8
