mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
20 lines
444 B
JSON
20 lines
444 B
JSON
|
{
|
||
|
"[python]": {
|
||
|
"editor.tabSize": 4
|
||
|
},
|
||
|
"files.eol": "\n",
|
||
|
"files.insertFinalNewline": true,
|
||
|
"files.trimFinalNewlines": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true,
|
||
|
"**/*.crswap": true,
|
||
|
"**/__pycache__": true
|
||
|
}
|
||
|
}
|