"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "ebf3ab1477dd480df1b8dd5d97a7b4aa3822716b"
Unverified Commit ecf51cb6 authored by Rickard's avatar Rickard Committed by GitHub
Browse files

Fixed VS Code format on save (#1028)

* Fixed VS Code format on save

* Re-saved the json files using the new settings
parent ea77bfe9
[*]
trim_trailing_whitespace = true
insert_final_newline = true
...@@ -154,4 +154,3 @@ dmypy.json ...@@ -154,4 +154,3 @@ dmypy.json
dependencies dependencies
cuda_build cuda_build
output/ output/
.vscode/*
{
"recommendations": [
"ms-python.python",
"charliermarsh.ruff",
"twxs.cmake"
]
}
{
"ruff.fixAll": true,
"ruff.lint.run": "onType",
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment