mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(vscode): replace black with ruff
This commit is contained in:
parent
e0ee5bc742
commit
92e68180de
1 changed files with 2 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"Catppuccin.catppuccin-vsc"
|
||||
"Catppuccin.catppuccin-vsc-icons"
|
||||
"xaver.clang-format"
|
||||
"charliermarsh.ruff"
|
||||
"csstools.postcss"
|
||||
"denoland.vscode-deno"
|
||||
"dbaeumer.vscode-eslint"
|
||||
|
|
@ -28,7 +29,6 @@
|
|||
"LeonardSSH.vscord"
|
||||
"jnoortheen.nix-ide"
|
||||
"ms-python.isort"
|
||||
"ms-python.black-formatter"
|
||||
"ms-python.vscode-pylance"
|
||||
"ms-python.python"
|
||||
"mvllow.rose-pine"
|
||||
|
|
@ -136,7 +136,7 @@ in {
|
|||
"gitlens.defaultDateFormat" = null;
|
||||
|
||||
"[python]"."editor.tabSize" = 4;
|
||||
"[python]"."editor.defaultFormatter" = "ms-python.black-formatter";
|
||||
"[python]"."editor.defaultFormatter" = "charliermarsh.ruff";
|
||||
"[cpp]"."editor.defaultFormatter" = "xaver.clang-format";
|
||||
"[toml]"."editor.defaultFormatter" = "tamasfe.even-better-toml";
|
||||
"[rust]"."editor.defaultFormatter" = "rust-lang.rust-analyzer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue