Change default tab width to 8
Change-Id: I32c777511b2ba8ac252ee5b82b581498de10fa9d Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -27,7 +27,7 @@ public class PrettySettings {
|
|||||||
public PrettySettings() {
|
public PrettySettings() {
|
||||||
showWhiteSpaceErrors = true;
|
showWhiteSpaceErrors = true;
|
||||||
lineLength = 100;
|
lineLength = 100;
|
||||||
tabSize = 2;
|
tabSize = 8;
|
||||||
showTabs = true;
|
showTabs = true;
|
||||||
syntaxHighlighting = true;
|
syntaxHighlighting = true;
|
||||||
intralineDifference = true;
|
intralineDifference = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user