Format Vector CAPL scripts and go to definitions
By Ashfaque P P
- put a single space around operators + - > < = | & ^ ~ , etc.
- needs to make sure @ $ is on the left of the rest of the thing and it has a single space on right
- also no space around ::
- no space on the right of , ++ --
- double operators like >= <= == += etc. are kept like they are
- also put line break after { and before }
- indent with respect to { and }
| |