Skip to content

Commit

Permalink
Set indentation settings to four spaces at the project level
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 7, 2013
1 parent 61188e2 commit 95b4f6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Example/AFNetworking Mac Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
F8129BFE1591061B009BFE23 /* Frameworks */,
F8129BFC1591061B009BFE23 /* Products */,
);
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 4;
usesTabs = 0;
};
F8129BFC1591061B009BFE23 /* Products */ = {
isa = PBXGroup;
Expand Down
3 changes: 3 additions & 0 deletions Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@
F8E469631395739D00DB05C8 /* Frameworks */,
F8E469611395739C00DB05C8 /* Products */,
);
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 4;
usesTabs = 0;
};
F8E469611395739C00DB05C8 /* Products */ = {
isa = PBXGroup;
Expand Down

0 comments on commit 95b4f6c

Please sign in to comment.