Skip to content

Commit

Permalink
Merge pull request Alamofire#1188 from 0xced/indentation
Browse files Browse the repository at this point in the history
Set indentation settings to four spaces at the project level
  • Loading branch information
cnoon committed Apr 19, 2016
2 parents bb0d1a7 + d45df72 commit 4edf177
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 4edf177

Please sign in to comment.