Skip to content

Commit

Permalink
Random vscode settings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Aug 29, 2024
1 parent 3197b29 commit 475f5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home-manager/modules/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
mutableExtensionsDir = false;
userSettings = {
"diffEditor.ignoreTrimWhitespace" = false;
"editor.accessibilitySupport" = "off";
"editor.fontFamily" = "'FiraCode Nerd Font'";
"editor.fontLigatures" = true;
"editor.formatOnSave" = true;
Expand Down Expand Up @@ -56,6 +57,7 @@
};
};
};
"scm.showHistoryGraph" = false;
"tailwindCSS.includeLanguages" = {
"elixir" = "html";
"phoenix-heex" = "html";
Expand Down

0 comments on commit 475f5be

Please sign in to comment.