Update config.lua

This commit is contained in:
Wyatt Degenhart 2020-11-10 18:43:56 -08:00 committed by GitHub
parent 4aabc354a8
commit 9c063c5c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ config.line_height = 1.2
config.indent_size = 2
config.tab_type = "soft"
config.line_limit = 80
config.autosave = true
config.autosave = false
return config