Avchent 0 Report post Posted December 18, 2006 Hello all, How can I use TabSize in the Highlight file (*.hgl) ? For example, I would like to use TAB with size 2 spaces for *.ASM so should I add string "TABSIZE 9 2" ? === FILES *.ASM ; TABSIZE <BYTE> (1-100) TABSIZE 9 2 === If I make so NDN replace TAB to 8 spaces not 2. What's wrong ? Share this post Link to post Share on other sites
AngelsHolocaust 0 Report post Posted December 19, 2006 Hi! The correct syntax is: TabSize <byte> TabSize 2 should work. If you type "9 2" NDN cannot read a valid value and will default to 8. Hopefully this works for you Stefan / AH Share this post Link to post Share on other sites