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 Apr 14, 2016
1 parent bb0d1a7 commit d45df72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Alamofire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,10 @@
F8111E3F19A95C8B0040E7D1 /* Tests */,
F8111E3419A95C8B0040E7D1 /* Products */,
);
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 4;
usesTabs = 0;
};
F8111E3419A95C8B0040E7D1 /* Products */ = {
isa = PBXGroup;
Expand Down
3 changes: 3 additions & 0 deletions Example/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@
F8111E0619A951050040E7D1 /* Products */,
31E4765F1C55DD5900968569 /* Alamofire.xcodeproj */,
);
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 4;
usesTabs = 0;
};
F8111E0619A951050040E7D1 /* Products */ = {
isa = PBXGroup;
Expand Down

0 comments on commit d45df72

Please sign in to comment.