aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 025dcfcb..e5bb39f1 100644
--- a/init.lua
+++ b/init.lua
@@ -159,6 +159,7 @@ view.view_ws = view.WS_INVISIBLE
--view.extra_descent =
-- Line Endings
+buffer.eol_mode = WIN32 and buffer.EOL_CRLF or buffer.EOL_LF
view.view_eol = false
-- Styling