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)
pull/1263/head^2
Artem Dragunov 3 weeks ago committed by GitHub
parent 7bc9d19a4d
commit a2df3ea9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save