Tab character width in Terminal

Solution 1:

To set your tab with to 2 spaces, use this command in the Terminal App:

tabs -2

Replace 2 with your desired width in spaces.

View the full manual for tabs to learn about all options.