Skip to content

Commit 7351e75

Browse files
dragunovartem99Kevin Langmade
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 2b7751a commit 7351e75

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
@@ -605,8 +605,8 @@ require('lazy').setup({
605605
--
606606

607607
lua_ls = {
608-
-- cmd = {...},
609-
-- filetypes = { ...},
608+
-- cmd = { ... },
609+
-- filetypes = { ... },
610610
-- capabilities = {},
611611
settings = {
612612
Lua = {

0 commit comments

Comments
 (0)