Skip to content

Commit e355213

Browse files
committed
(Xcode) Set indent=2 in all xcodeproj files.
Summary: These are default settings now. I saw my Xcode be configured indent=4. ![2015-03-30 12 16 11 pm](https://cloud.githubusercontent.com/assets/39830/6889697/98f8b930-d6d6-11e4-81c8-d2146855d127.png) Closes react#472 Github Author: laiso <laiso@lai.so> Test Plan: Imported from GitHub, without a `Test Plan:` line.
1 parent 45344d2 commit e355213

17 files changed

Lines changed: 34 additions & 0 deletions

File tree

Examples/2048/2048.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
832341AE1AAA6A7D00B99B32 /* Libraries */,
122122
83CBBA001A601CBA00E9B192 /* Products */,
123123
);
124+
indentWidth = 2;
124125
sourceTree = "<group>";
126+
tabWidth = 2;
125127
};
126128
83CBBA001A601CBA00E9B192 /* Products */ = {
127129
isa = PBXGroup;

Examples/Movies/Movies.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@
159159
58C571FC1AA6124500CDF9C8 /* Libraries */,
160160
83CBBA001A601CBA00E9B192 /* Products */,
161161
);
162+
indentWidth = 2;
162163
sourceTree = "<group>";
164+
tabWidth = 2;
163165
};
164166
83CBBA001A601CBA00E9B192 /* Products */ = {
165167
isa = PBXGroup;

Examples/SampleApp/SampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@
242242
832341AE1AAA6A7D00B99B32 /* Libraries */,
243243
83CBBA001A601CBA00E9B192 /* Products */,
244244
);
245+
indentWidth = 2;
245246
sourceTree = "<group>";
247+
tabWidth = 2;
246248
};
247249
83CBBA001A601CBA00E9B192 /* Products */ = {
248250
isa = PBXGroup;

Examples/TicTacToe/TicTacToe.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
58C572071AA6126D00CDF9C8 /* Libraries */,
122122
83CBBA001A601CBA00E9B192 /* Products */,
123123
);
124+
indentWidth = 2;
124125
sourceTree = "<group>";
126+
tabWidth = 2;
125127
};
126128
83CBBA001A601CBA00E9B192 /* Products */ = {
127129
isa = PBXGroup;

Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@
305305
004D289F1AAF61C70097A701 /* UIExplorerTests */,
306306
83CBBA001A601CBA00E9B192 /* Products */,
307307
);
308+
indentWidth = 2;
308309
sourceTree = "<group>";
310+
tabWidth = 2;
309311
};
310312
83CBBA001A601CBA00E9B192 /* Products */ = {
311313
isa = PBXGroup;

IntegrationTests/IntegrationTests.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@
233233
004D289F1AAF61C70097A701 /* IntegrationTestsTests */,
234234
83CBBA001A601CBA00E9B192 /* Products */,
235235
);
236+
indentWidth = 2;
236237
sourceTree = "<group>";
238+
tabWidth = 2;
237239
};
238240
83CBBA001A601CBA00E9B192 /* Products */ = {
239241
isa = PBXGroup;

Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
14C644C21AB0DFC900DE3C65 /* RCTActionSheetManager.m */,
5555
134814211AA4EA7D00B7C361 /* Products */,
5656
);
57+
indentWidth = 2;
5758
sourceTree = "<group>";
59+
tabWidth = 2;
5860
};
5961
/* End PBXGroup section */
6062

Libraries/AdSupport/RCTAdSupport.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
832C819B1AAF6E1A007FA2F7 /* RCTAdSupport.m */,
4747
832C81811AAF6DEF007FA2F7 /* Products */,
4848
);
49+
indentWidth = 2;
4950
sourceTree = "<group>";
51+
tabWidth = 2;
5052
};
5153
832C81811AAF6DEF007FA2F7 /* Products */ = {
5254
isa = PBXGroup;

Libraries/Geolocation/RCTGeolocation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
134814051AA4E45400B7C361 /* RCTLocationObserver.m */,
5555
134814211AA4EA7D00B7C361 /* Products */,
5656
);
57+
indentWidth = 2;
5758
sourceTree = "<group>";
59+
tabWidth = 2;
5860
};
5961
/* End PBXGroup section */
6062

Libraries/Image/RCTImage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
1304D5AA1AA8C4A30002E2BE /* RCTStaticImageManager.m */,
8282
58B5115E1A9E6B3D00147676 /* Products */,
8383
);
84+
indentWidth = 2;
8485
sourceTree = "<group>";
86+
tabWidth = 2;
8587
};
8688
58B5115E1A9E6B3D00147676 /* Products */ = {
8789
isa = PBXGroup;

0 commit comments

Comments
 (0)