Skip to content

Commit

Permalink
helix/languages/java: use 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
llakala committed Jan 24, 2025
1 parent 1660c8f commit e162d33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/core/helix/languages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
{
name = "java";
auto-format = false;

language-servers = lib.singleton "jdtls";

indent =
{
tab-width = 4;
unit = " ";
};

formatter =
{
command = lib.getExe pkgs.google-java-format;
Expand Down

0 comments on commit e162d33

Please sign in to comment.