Skip to content

Commit 05c0642

Browse files
dragunovartem99Alessandro201
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 badecc5 commit 05c0642

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
@@ -691,8 +691,8 @@ require('lazy').setup({
691691
--
692692

693693
lua_ls = {
694-
-- cmd = {...},
695-
-- filetypes = { ...},
694+
-- cmd = { ... },
695+
-- filetypes = { ... },
696696
-- capabilities = {},
697697
settings = {
698698
Lua = {

0 commit comments

Comments
 (0)