Skip to content

Commit 24588fe

Browse files
committed
increasing k to 11 from 7 made file look right in terms of {}
1 parent 5bdcdb8 commit 24588fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/org/antlr/codebuff/Formatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public Formatter(Corpus corpus, InputDocument doc, int tabSize) {
7474
indentClassifier = new CodekNNClassifier(corpus, FEATURES_INDENT);
7575
alignClassifier = new CodekNNClassifier(corpus, FEATURES_ALIGN);
7676
// k = (int)Math.sqrt(corpus.X.size());
77-
k = 7;
77+
k = 11;
7878
this.tabSize = tabSize;
7979
}
8080

0 commit comments

Comments
 (0)