Add config.keep_newline_whitespace option (#1184)
This option will avoid removing line content when pressing enter in lines with only whitespace.
This commit is contained in:
@@ -30,6 +30,7 @@ config.highlight_current_line = true
|
||||
config.line_height = 1.2
|
||||
config.indent_size = 2
|
||||
config.tab_type = "soft"
|
||||
config.keep_newline_whitespace = false
|
||||
config.line_limit = 80
|
||||
config.max_project_files = 2000
|
||||
config.transitions = true
|
||||
|
||||
Reference in New Issue
Block a user