1
0
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:
Lauri Nevala 2020-04-21 19:53:07 +03:00 committed by GitHub
parent 634cca2c5a
commit 8c666116a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ const defaultProps: Partial<Props> = {
mode: "yaml",
tabSize: 2,
showGutter: true, // line-numbers
foldStyle: "manual",
foldStyle: "markbegin",
printMargin: false,
useWorker: false,
};