diff options
Diffstat (limited to 'plugins/settings.lua')
-rw-r--r-- | plugins/settings.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/settings.lua b/plugins/settings.lua index 62d1592..6d55c14 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -448,6 +448,13 @@ settings.add("Editor", max = 10 }, { + label = "Keep Newline Whitespace", + description = "Do not remove whitespace when pressing enter.", + path = "keep_newline_whitespace", + type = settings.type.TOGGLE, + default = false + }, + { label = "Line Limit", description = "Amount of characters at which the line breaking column will be drawn.", path = "line_limit", |