Update ReactExample Objective-C to 4-space indentation

This commit is contained in:
Scott Kyle 2015-10-28 10:53:30 -07:00
parent 5edeefbb17
commit af9e7e8b4c
4 changed files with 72 additions and 73 deletions

View File

@ -349,9 +349,9 @@
027798471BBB2F1000C96559 /* ReactExampleTests */,
83CBBA001A601CBA00E9B192 /* Products */,
);
indentWidth = 2;
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 2;
tabWidth = 4;
};
83CBBA001A601CBA00E9B192 /* Products */ = {
isa = PBXGroup;
@ -411,7 +411,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = Facebook;
ORGANIZATIONNAME = Realm;
TargetAttributes = {
027798451BBB2F1000C96559 = {
CreatedOnToolsVersion = 7.0.1;

View File

@ -61,5 +61,4 @@
//XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS);
}
@end