Skip to content

Commit a2df3ea

Browse files
Use consistent syntax style for { ... } "pseudocode" (#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 7bc9d19 commit a2df3ea

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
@@ -628,8 +628,8 @@ require('lazy').setup({
628628
--
629629

630630
lua_ls = {
631-
-- cmd = {...},
632-
-- filetypes = { ...},
631+
-- cmd = { ... },
632+
-- filetypes = { ... },
633633
-- capabilities = {},
634634
settings = {
635635
Lua = {

0 commit comments

Comments
 (0)