Moved config.treeview_size from config.lua to treeview.lua

This commit is contained in:
rxi
2020-05-16 09:44:31 +01:00
parent 5102088aca
commit 15129b49a6
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -8,7 +8,6 @@ config.mouse_wheel_scroll = 50
config.file_size_limit = 10
config.symbol_pattern = "[%a_][%w_]*"
config.non_word_chars = " \t\n/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
config.treeview_size = 200 * SCALE
config.undo_merge_timeout = 0.3
config.max_undos = 10000
config.highlight_current_line = true