mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Update coding style for where to place colon after dictionary keys
This follows the Swift style and also makes it possible to align dictionary values using TextMate’s Align Assignments command.
This commit is contained in:
@@ -73,9 +73,9 @@ int main (int argc, char* argv[])
|
||||
[arg addObject:@(argv[i])];
|
||||
|
||||
NSDictionary* plist = @{
|
||||
kOakCommitWindowClientPortName : client.portName,
|
||||
kOakCommitWindowArguments : arg,
|
||||
kOakCommitWindowEnvironment : [[NSProcessInfo processInfo] environment],
|
||||
kOakCommitWindowClientPortName: client.portName,
|
||||
kOakCommitWindowArguments: arg,
|
||||
kOakCommitWindowEnvironment: [[NSProcessInfo processInfo] environment],
|
||||
};
|
||||
|
||||
if(id proxy = [NSConnection rootProxyForConnectionWithRegisteredName:kOakCommitWindowServerConnectionName host:nil])
|
||||
|
||||
Reference in New Issue
Block a user