From 5038e83337d69b23b5329b0dc6e4625da16268e7 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 16 Dec 2016 12:53:55 -0500 Subject: [PATCH] Change default line ending to LF --- inc/edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/edit.h b/inc/edit.h index cbe5230..94aca30 100644 --- a/inc/edit.h +++ b/inc/edit.h @@ -244,7 +244,7 @@ enum { #define FONTNAME "Liberation Mono:size=10:antialias=true:autohint=true" #endif #define DEFAULT_COLORSCHEME DARK -#define DEFAULT_CRLF 1 +#define DEFAULT_CRLF 0 #define DEFAULT_CHARSET UTF_8 #define COLOR_PALETTE \ { \ -- 2.54.0