09.03.2014, 16:26
Is there a way to determine a #pragma scope?
For example, if i put
it will remove the indentation warnings.
But what if i wanted for it to be valid just in the scope I put?
(For example; i have lines in code for mappings only, when i paste the mappings code it doesnt auto indent, and doing it myself would just waste time.I just need the indentation warnings to be removed in the lines where the mapping code is)
For example, if i put
pawn Код:
#pragma tabsize 0
But what if i wanted for it to be valid just in the scope I put?
(For example; i have lines in code for mappings only, when i paste the mappings code it doesnt auto indent, and doing it myself would just waste time.I just need the indentation warnings to be removed in the lines where the mapping code is)