chore: Follow up linebreak formatting

This commit is contained in:
Krille 2025-02-06 11:07:23 +01:00
parent f8b5ce5201
commit e7e3b7881e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -130,6 +130,7 @@ abstract class ClientManager {
shareKeysWith: ShareKeysWith.values
.singleWhereOrNull((share) => share.name == shareKeysWith) ??
ShareKeysWith.all,
convertLinebreaksInFormatting: false,
);
}