Ok, after a little more investigation I think that I've got Visual Studio's handling of indent and tab sizes figured out. The indent size sets the tab stop, so there is a tab stop every 4 columns. The tab size seems to affect when an actual tab gets inserted as opposed to spaces.
If you just hit ...
Search found 4 matches
- Tue Jul 31, 2007 3:12 pm
- Forum: General
- Topic: Modifying smart indent behaviour
- Replies: 6
- Views: 17659
- Tue Jul 31, 2007 2:01 pm
- Forum: General
- Topic: Modifying smart indent behaviour
- Replies: 6
- Views: 17659
- Mon Jul 30, 2007 1:50 pm
- Forum: General
- Topic: Modifying smart indent behaviour
- Replies: 6
- Views: 17659
- Fri Jul 27, 2007 4:06 pm
- Forum: General
- Topic: Modifying smart indent behaviour
- Replies: 6
- Views: 17659
Modifying smart indent behaviour
Hi,
I am currently evaluating ZeusEdit for use at my day job. At my day job there are code standards related to indenting that I can't get SmartIndenting to work with. If I set tab size to 8 and indent size to 4 I want SmartIndenting to work like this:
if( test_condition ) {
//Start of this line ...
I am currently evaluating ZeusEdit for use at my day job. At my day job there are code standards related to indenting that I can't get SmartIndenting to work with. If I set tab size to 8 and indent size to 4 I want SmartIndenting to work like this:
if( test_condition ) {
//Start of this line ...