Skip to content

Commit 4431b58

Browse files
dragunovartem99Lwessel812
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 06dbc7e commit 4431b58

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
@@ -639,8 +639,8 @@ require('lazy').setup({
639639
},
640640

641641
lua_ls = {
642-
-- cmd = {...},
643-
-- filetypes = { ...},
642+
-- cmd = { ... },
643+
-- filetypes = { ... },
644644
-- capabilities = {},
645645
settings = {
646646
Lua = {

0 commit comments

Comments
 (0)