Skip to content

Commit

Permalink
fix(java): clang_format renamed to clang-format in conform
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 28, 2024
1 parent bd5dd08 commit f87424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/java/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ return {
optional = true,
opts = {
formatters_by_ft = {
java = { "clang_format" },
java = { "clang-format" },
},
},
},
Expand Down

0 comments on commit f87424b

Please sign in to comment.