Skip to content

Commit

Permalink
Set file type for SwiftFormat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Aug 23, 2024
1 parent 8b700a8 commit 504f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vim.filetype.add({
filename = {
[".env"] = "sh",
[".envrc"] = "sh",
["swiftformat"] = "conf",
["swiftformat"] = "sh",
[".yamlfmt"] = "yaml",
},
pattern = {
Expand Down

0 comments on commit 504f21c

Please sign in to comment.