Skip to content

Commit 12e5c7a

Browse files
dragunovartem99vgorea
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 a71b84d commit 12e5c7a

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
@@ -567,8 +567,8 @@ require('lazy').setup({
567567
--
568568

569569
lua_ls = {
570-
-- cmd = {...},
571-
-- filetypes = { ...},
570+
-- cmd = { ... },
571+
-- filetypes = { ... },
572572
-- capabilities = {},
573573
settings = {
574574
Lua = {

0 commit comments

Comments
 (0)