Disable line break identation in editor?
Posted: Thu Aug 15, 2013 10:51 am
The last version idents the code like this when forcing line breaks:
Not everyone follow this rules, you end losing the point wich is having more available horizontal space, i personally use this:
So can this be disabled? i did not find an option.
Code: Select all
longfunction(ppppppppppp, ppppppppp,
anotherfunction(pppppp, pppppppp, ppppppppp,
yetanotherfunction(pppppppp, pppppp, pppppp, p,
ll)
Code: Select all
longfunction(ppppppppppp, ppppppppp, anotherfunction(pppppp, pppppppp,
ppppppppp, yetanotherfunction(pppppppp, pppppp, pppppp, p, ll)