mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Enable code folding in resource editor
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
c7f92494e0
commit
2b39d2d2b1
@ -28,7 +28,7 @@ const defaultProps: Partial<Props> = {
|
||||
mode: "yaml",
|
||||
tabSize: 2,
|
||||
showGutter: true, // line-numbers
|
||||
foldStyle: "manual",
|
||||
foldStyle: "markbegin",
|
||||
printMargin: false,
|
||||
useWorker: false,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user