mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Code folding is disabled by default. Fixes #3105
This commit is contained in:
@ -87,7 +87,7 @@ editor.window.height.min = 290
|
||||
#editor.window.height.min.windows = 530
|
||||
|
||||
# Enable code folding
|
||||
editor.code_folding=true
|
||||
editor.code_folding=false
|
||||
|
||||
# font size for editor
|
||||
editor.font=Monospaced,plain,12
|
||||
|
Reference in New Issue
Block a user