Skip to content

Commit

Permalink
debug: reduce hard wrap
Browse files Browse the repository at this point in the history
Signed-off-by: He Xian <[email protected]>
  • Loading branch information
hexian000 committed Nov 21, 2024
1 parent 631b54e commit 6f682bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/csnippets/utils/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <wchar.h>
#include <wctype.h>

#define HARD_WRAP 110
#define HARD_WRAP 80
#define TAB_SPACE " "
#define TAB_WIDTH (sizeof(TAB_SPACE) - 1)

Expand Down

0 comments on commit 6f682bf

Please sign in to comment.