How can I set different sizes for tab characters and indents? I have lots of source code which contains tabs that are always size 8, but that have an indentation of 2. If I specify a tab size of 8 the source displays correctly, but indenting gives me 8 as well (and I want 2). If I specify a tab size of 2, I get the right indentation, but the tabs display incorrectly (as 2 spaces). Any way I can fix this?
Cheers,
Bart
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
How can I set different sizes for tab characters and indents? I have lots of source code which contains tabs that are always size 8, but that have an indentation of 2. If I specify a tab size of 8 the source displays correctly, but indenting gives me 8 as well (and I want 2). If I specify a tab size of 2, I get the right indentation, but the tabs display incorrectly (as 2 spaces). Any way I can fix this?
Cheers,
Bart