Enable always show tabs by default

This commit is contained in:
Francesco Abbate 2021-10-02 18:44:05 +02:00
parent 20ddbd6e9f
commit 72c950338c
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ config.symbol_pattern = "[%a_][%w_]*"
config.non_word_chars = " \t\n/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
config.undo_merge_timeout = 0.3
config.max_undos = 10000
config.max_tabs = 10
config.always_show_tabs = false
config.max_tabs = 8
config.always_show_tabs = true
config.highlight_current_line = true
config.line_height = 1.2
config.indent_size = 2