actualiza settings de codium
This commit is contained in:
parent
f36e352257
commit
7c7ed6a7e0
|
@ -11,4 +11,9 @@
|
|||
"editor.smoothScrolling" = true;
|
||||
"editor.rulers" = [80 120];
|
||||
"workbench.iconTheme" = "simple-icons";
|
||||
"workbench.editor.untitled.hint" = "hidden";
|
||||
"editor.autoClosingDelete" = "never";
|
||||
"editor.autoClosingOvertype" = "never";
|
||||
"editor.autoClosingBrackets" = "never";
|
||||
"editor.autoClosingQuotes" = "never";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue