Skip to content

Commit

Permalink
feat: enabled format on save in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
LilianSchall committed Feb 9, 2025
1 parent 01b0558 commit 7942d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/vscode/hm-vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ with lib;
"editor.defaultFormatter" = "esbenp.prettier-vscode";
};
"workbench.colorTheme" = "JetBrains Rider Dark Theme";
"editor.formatOnSave" = true;
};
extensions = with pkgs.vscode-extensions; [
vscodevim.vim
Expand Down

0 comments on commit 7942d51

Please sign in to comment.