first commit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m10s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m10s
This commit is contained in:
commit
c2e35a35ec
18 changed files with 5400 additions and 0 deletions
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "always",
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||
},
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue