Skip to content

Commit

Permalink
fixup: stylua format
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Jan 1, 2024
1 parent ed089fc commit 9f0eb53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/lspconfig/server_configurations/csharp_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'csharp-ls' },
root_dir = function (fname)
return util.root_pattern '*.sln' (fname)
or util.root_pattern '*.csproj' (fname)
root_dir = function(fname)
return util.root_pattern '*.sln'(fname) or util.root_pattern '*.csproj'(fname)
end,
filetypes = { 'cs' },
init_options = {
Expand Down

0 comments on commit 9f0eb53

Please sign in to comment.