Reply to thread

I agree with Bionicdonkey...I also find it easier to read 4 space indented code. It is also the default setting in Visual Studio. Why change it?


I have also noticed that most of the files in MediaPortal are not properly tabified, but filled with spaces. I.e. spaces are used to indent the code - not tabs! This is really ugly. If the code was properly tabified I think everyone could use their own preferred setting for the tab indentation and it would work anyway. Right now the code looks terrible when 4 space indendation is used.


P.S - Visual Studio can tabify code easily. Just hit CTRL+A to select all and then go to Edit->Advanced->Tabify Selection.


Top Bottom