Allow tabs to always be visible

This commit is contained in:
Guldoman
2021-08-27 20:43:13 +02:00
committed by Francesco
parent 609795701d
commit c7d044f178
2 changed files with 14 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ 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.highlight_current_line = true
config.line_height = 1.2
config.indent_size = 2