mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Add 'Code Folding' preferences and fix Font-Size changes
This commit is contained in:
committed by
Federico Fissore
parent
1e61cd6b4c
commit
f426188d04
@ -87,7 +87,10 @@ editor.window.height.min = 290
|
||||
#editor.window.height.min.windows = 530
|
||||
|
||||
# Syntax coloring ( on lib/theme/syntax )
|
||||
editor.syntax_theme = default
|
||||
editor.syntax_theme=default
|
||||
|
||||
# Enable code folding
|
||||
editor.code_folding=true
|
||||
|
||||
# font size for editor
|
||||
editor.font=Monospaced,plain,12
|
||||
|
Reference in New Issue
Block a user