Jump to content


Photo

Indentation not working!


  • Please log in to reply
1 reply to this topic

#1 Encrypt

Encrypt

    Young Padawan

  • Members
  • Pip
  • 9 posts
  • Gender:Male
  • Location:Northern Ireland

Posted 03 December 2010 - 01:19 AM

Hello, i posted about this problem at around april this year and it still hasn't been fixed :( look at my tutorial below and look at the code:

http://www.pixel2lif...mples_tutorial/

i need it to be indented like

#include <stdio.h>

int main()
{
	//indented
	//indented
	//indented
	//indented
}

but it is like this:

#include <stdio.h>

int main()
{
//not indented
//not indented
//not indented
//not indented
}

please fix this asap :( it is hard for newbies to understand the bigger pieces of code.

Edited by Encrypt, 03 December 2010 - 01:20 AM.


#2 JoeyMagz

JoeyMagz

    Young Padawan

  • Members
  • Pip
  • 79 posts
  • Gender:Male
  • Location:Chesapeake, VA

Posted 13 December 2010 - 03:36 PM

I just put 2 spaces in mine, the only other way would be to do it in notepad and copy and paste your code directly into the editor.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users