mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: git.autofetch
This commit is contained in:
parent
6c9e898838
commit
143c8aaee5
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ with lib;
|
||||||
"files.insertFinalNewline" = true;
|
"files.insertFinalNewline" = true;
|
||||||
"files.trimFinalNewlines" = true;
|
"files.trimFinalNewlines" = true;
|
||||||
"files.watcherExclude"."**/result/**" = true;
|
"files.watcherExclude"."**/result/**" = true;
|
||||||
|
"git.autofetch" = true;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"python.formatting.autopep8Args" = [ "--max-line-length=999" ];
|
"python.formatting.autopep8Args" = [ "--max-line-length=999" ];
|
||||||
"python.showStartPage" = false;
|
"python.showStartPage" = false;
|
||||||
|
|
Loading…
Reference in a new issue