Skip to content

Commit

Permalink
Specify indent width in .xcodeproj
Browse files Browse the repository at this point in the history
This project seems to use an indent width of 2; it makes life easier
for people that have to work on other projects with other indent widths
if that is specified in the xcodeproj.
  • Loading branch information
jogu authored and WilliamDenniss committed Sep 20, 2018
1 parent 960c2ab commit f7449a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,9 @@
341741AE1C5D8243000EF209 /* Source */,
340E737D1C5D819B0076B1F6 /* Products */,
);
indentWidth = 2;
sourceTree = "<group>";
tabWidth = 2;
};
340E737D1C5D819B0076B1F6 /* Products */ = {
isa = PBXGroup;
Expand Down

0 comments on commit f7449a5

Please sign in to comment.