Set tab size to 4

This commit is contained in:
Marcel Bokhorst 2021-11-15 14:56:39 +01:00 committed by GitHub
parent 6883fa5e67
commit ca5ce0a69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class HtmlHelper {
private static final int COLOR_THRESHOLD = Math.round(255 * 0.1f); private static final int COLOR_THRESHOLD = Math.round(255 * 0.1f);
private static final float MIN_LUMINANCE = 0.7f; private static final float MIN_LUMINANCE = 0.7f;
private static final float MIN_LUMINANCE_DARK = 0.1f; private static final float MIN_LUMINANCE_DARK = 0.1f;
private static final int TAB_SIZE = 2; private static final int TAB_SIZE = 4;
private static final int MAX_ALT = 250; private static final int MAX_ALT = 250;
private static final int MAX_AUTO_LINK = 250; private static final int MAX_AUTO_LINK = 250;
private static final int MAX_FORMAT_TEXT_SIZE = 200 * 1024; // characters private static final int MAX_FORMAT_TEXT_SIZE = 200 * 1024; // characters