mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Enable code folding in resource editor (#292)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
634cca2c5a
commit
8c666116a3
@ -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