update config

Signed-off-by: vladmandic <mandic00@live.com>
pull/4599/head
vladmandic 2026-01-24 09:13:23 +01:00
parent bfc5445025
commit e4be2942bb
3 changed files with 21 additions and 1 deletions

20
.gitconfig Normal file
View File

@ -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

1
.vscode/launch.json vendored
View File

@ -11,7 +11,6 @@
"env": { "USED_VSCODE_COMMAND_PICKARGS": "1" },
"args": [
"--uv",
"--quick",
"--log", "vscode.log",
"${command:pickArgs}"]
}

View File

@ -1,4 +1,5 @@
{
"files.eol": "\n",
"python.analysis.extraPaths": [".", "./modules", "./scripts", "./pipelines"],
"python.analysis.typeCheckingMode": "off",
"editor.formatOnSave": false,