Skip to content

Commit 28d39c2

Browse files
dragunovartem99na47io
authored andcommitted
Use consistent syntax style for { ... } "pseudocode" (nvim-lua#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)
1 parent 82d6bfd commit 28d39c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ require('lazy').setup({
555555
--
556556

557557
lua_ls = {
558-
-- cmd = {...},
559-
-- filetypes = { ...},
558+
-- cmd = { ... },
559+
-- filetypes = { ... },
560560
-- capabilities = {},
561561
settings = {
562562
Lua = {

0 commit comments

Comments
 (0)