code
This commit is contained in:
@@ -74,10 +74,10 @@ in
|
||||
|
||||
userSettings = {
|
||||
|
||||
"database-client.autoSync" = true;
|
||||
|
||||
"editor" = {
|
||||
"defaultFormatter" = "brettm12345.nixfmt-vscode";
|
||||
"fontFamily" = "fira-code-nerd, FiraCode Nerd Font, Consolas, 'Courier New', monospace";
|
||||
"fontLigatures" = true;
|
||||
"renderWhitespace" = "all";
|
||||
};
|
||||
|
||||
@@ -86,6 +86,10 @@ in
|
||||
"confirmDragAndDrop" = false;
|
||||
};
|
||||
|
||||
"extensions." = {
|
||||
"autoCheckUpdates" = false;
|
||||
};
|
||||
|
||||
"git" = {
|
||||
"confirmSync" = false;
|
||||
"enableSmartCommit" = true;
|
||||
@@ -141,6 +145,8 @@ in
|
||||
|
||||
"security.workspace.trust.untrustedFiles" = "open";
|
||||
|
||||
"update.mode" = "none";
|
||||
|
||||
"workbench" = {
|
||||
"colorCustomizations" = null;
|
||||
"editorAssociations" = {
|
||||
|
||||
Reference in New Issue
Block a user