Switch to clang-format for code formatting, include Mac client

This commit is contained in:
Mike Gelfand
2021-08-15 12:41:48 +03:00
parent 409f59889b
commit db3d40d0ed
349 changed files with 16657 additions and 12081 deletions

View File

@@ -10,9 +10,9 @@
@interface ShareTorrentFileHelper : NSObject
@property (nonatomic, class, readonly) ShareTorrentFileHelper * sharedHelper;
@property(nonatomic, class, readonly) ShareTorrentFileHelper* sharedHelper;
@property (nonatomic, readonly) NSArray *shareTorrentURLs;
@property (nonatomic, readonly) NSArray *menuItems;
@property(nonatomic, readonly) NSArray* shareTorrentURLs;
@property(nonatomic, readonly) NSArray* menuItems;
@end