Skip to content

Use consistent syntax style for { ... } "pseudocode"#1247

Merged
feoh merged 1 commit into
nvim-lua:masterfrom
dragunovartem99:patch-2
Dec 12, 2024
Merged

Use consistent syntax style for { ... } "pseudocode"#1247
feoh merged 1 commit into
nvim-lua:masterfrom
dragunovartem99:patch-2

Conversation

@dragunovartem99

Copy link
Copy Markdown
Contributor
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)

```
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)
@feoh feoh merged commit a2df3ea into nvim-lua:master Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants