Add config.show_tabs = true

This gives users a hook for enabling/disabling tabs.
This commit is contained in:
peterbessman 2021-02-02 23:53:22 -05:00 committed by GitHub
parent 38bd9b3326
commit 8efa58e380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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