compiler construction - How to fix preprocessor statements having no spacing in Xcode? -


when type in kinds of lines of codes xcode, spaces automatically supposed to: inserts many spaces tab set (default four) every indent. when press enter, jumps spot. but, when type in # use preprocessor statements, deletes of spaces, , line of code @ beginning.

xcode sets this:

    blah blah blah #dosomething     blah blah blah 

but think looks better this

    blah blah blah     #dosomething     blah blah blah 

edit: reason why below brainless box.

this can pretty annoying, , obstructs creation of code , slows productivity.

is there anyway fix this?

some old c compilers required preprocessor statements have no leading spaces , flush left margin, , carried on through many languages. see should preprocessor instructions on beginning of line?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -