Skip to content

Commit b6c61af

Browse files
committed
[xcodeproj] Enforce indentation conventions
The XCTest project uses 4-space indentation as a convention. Enforce this in the Xcode project file in order to override any developers' local preferences.
1 parent c865095 commit b6c61af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
5B5D86DC1BBC74AD00234F36 /* Products */,
3535
EA3E74BC1BF2B6D700635A73 /* Linux Build */,
3636
);
37+
indentWidth = 4;
3738
sourceTree = "<group>";
39+
tabWidth = 4;
3840
};
3941
5B5D86DC1BBC74AD00234F36 /* Products */ = {
4042
isa = PBXGroup;

0 commit comments

Comments
 (0)