Use consistent syntax style for { ... } "pseudocode" (#1247)

```
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-12-12 18:51:58 +03:00 committed by GitHub
parent 7bc9d19a4d
commit a2df3ea9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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