Skip to content

Commit

Permalink
refactor(psalm): reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Dec 17, 2023
1 parent 3cec8e8 commit a8fc471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/lspconfig/server_configurations/psalm.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
local util = require 'lspconfig.util'


return {
default_config = {
cmd = {'psalm', '--language-server'},
cmd = { 'psalm', '--language-server' },
filetypes = { 'php' },
root_dir = util.root_pattern('psalm.xml', 'psalm.xml.dist'),
},
Expand All @@ -17,7 +16,7 @@ composer global require vimeo/psalm
```
]],
default_config = {
cmd = {'psalm', '--language-server'},
cmd = { 'psalm', '--language-server' },
root_dir = [[root_pattern("psalm.xml", "psalm.xml.dist")]],
},
},
Expand Down

0 comments on commit a8fc471

Please sign in to comment.