Open hugovanderlei opened 2 years ago
This isn't currently supported I'm afraid.
Happy to work on a spaceAroundColon
rule for classes, structs, and enums. Is anybody working on it?
cc @hugovanderlei @nicklockwood ?
Nobody is working on it afaik. It should probably be a config option for the spaceAroundOperators rule rather than a new rule.
is there a way to add space around colon in class, struct, enums declarations?
after format I get:
struct NotificationsRequest: RequestProtocol
I would prefer to use:
struct NotificationsRequest : RequestProtocol