Change default tab width to 8

Change-Id: I32c777511b2ba8ac252ee5b82b581498de10fa9d
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-03-01 09:44:33 -08:00
parent ab704349a6
commit 6bbfa042d5

View File

@@ -27,7 +27,7 @@ public class PrettySettings {
public PrettySettings() {
showWhiteSpaceErrors = true;
lineLength = 100;
tabSize = 2;
tabSize = 8;
showTabs = true;
syntaxHighlighting = true;
intralineDifference = true;