mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
15 lines
319 B
C
15 lines
319 B
C
--- src/indent.h.orig 2018-09-02 20:25:26 UTC
|
|
+++ src/indent.h
|
|
@@ -141,9 +141,9 @@ typedef enum bb_code
|
|
bb_cast
|
|
} bb_code_ty;
|
|
|
|
-#define DEFAULT_RIGHT_MARGIN 78
|
|
+#define DEFAULT_RIGHT_MARGIN 79
|
|
|
|
-#define DEFAULT_RIGHT_COMMENT_MARGIN 78
|
|
+#define DEFAULT_RIGHT_COMMENT_MARGIN 79
|
|
|
|
#define DEFAULT_LABEL_INDENT -2
|
|
|