mirror of https://github.com/vladmandic/automatic
parent
bfc5445025
commit
e4be2942bb
|
|
@ -0,0 +1,20 @@
|
|||
[pull]
|
||||
rebase = true
|
||||
[https]
|
||||
postBuffer = 100000000
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[color]
|
||||
ui = auto
|
||||
[alias]
|
||||
lg = log --color --abbrev-commit --graph --pretty=format:'%C(bold blue)%h%C(reset) %C(blue)%an%C(reset) %C(yellow)%ci %cr%C(reset) %C(green)%d%C(reset) %s'
|
||||
[core]
|
||||
editor = code --wait
|
||||
whitespace = trailing-space,space-before-tab,indent-with-non-tab,-tab-in-indent,cr-at-eol
|
||||
autocrlf = input
|
||||
eol = lf
|
||||
|
|
@ -11,7 +11,6 @@
|
|||
"env": { "USED_VSCODE_COMMAND_PICKARGS": "1" },
|
||||
"args": [
|
||||
"--uv",
|
||||
"--quick",
|
||||
"--log", "vscode.log",
|
||||
"${command:pickArgs}"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"files.eol": "\n",
|
||||
"python.analysis.extraPaths": [".", "./modules", "./scripts", "./pipelines"],
|
||||
"python.analysis.typeCheckingMode": "off",
|
||||
"editor.formatOnSave": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue