Use consistent syntax style for { ... } "pseudocode"

```
require('gitsigns').setup({ ... })
```

This was the first occurrence

It may be nice to have the same style everywhere

Cosmetic change (just to make docs/comments even more perfect)
This commit is contained in:
Artem Dragunov 2024-11-29 21:39:30 +03:00 committed by GitHub
parent 8d1ef972bc
commit 9a0d4de4e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -629,8 +629,8 @@ require('lazy').setup({
--
lua_ls = {
-- cmd = {...},
-- filetypes = { ...},
-- cmd = { ... },
-- filetypes = { ... },
-- capabilities = {},
settings = {
Lua = {