[TxMt] How to break long line of code into multiple lines?
Tuk Bredsdorff
tuk at tiktuk.net
Wed Jan 3 09:34:00 UTC 2018
Hi,
is there a quick way to transform for instance
[Role, User, UserRole, SourceAddress, BulkMessage, Message, SingleSMSTemplate, Company, Contact]
into
[
Role,
User,
UserRole,
SourceAddress,
BulkMessage,
Message,
SingleSMSTemplate,
Company,
Contact
],
?
(In this case it's Python but it could be more or less any language.)
I do this so often manually, there must be a better way?
Thanks,
Tuk
More information about the textmate
mailing list