aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-05 14:38:15 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-05 14:38:15 +0000
commitffd2b00f8dd0ee07bd1252ef3857e28ea3272d56 (patch)
treed118a0c4d985c66a8368862dc6574d6b3ed8457f /lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar.gz
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar.bz2
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar.lz
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar.xz
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.tar.zst
nvim-lspconfig-ffd2b00f8dd0ee07bd1252ef3857e28ea3272d56.zip
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/types/lsp/powershell_es.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/powershell_es.lua b/lua/lspconfig/types/lsp/powershell_es.lua
index 7b03657d..98219e84 100644
--- a/lua/lspconfig/types/lsp/powershell_es.lua
+++ b/lua/lspconfig/types/lsp/powershell_es.lua
@@ -31,6 +31,12 @@
---default = true
---```
---@field addWhitespaceAroundPipe? boolean
+---Align member value assignments in an Enum Type Definition.
+---
+---```lua
+---default = true
+---```
+---@field alignEnumMemberValues? boolean
---Align assignment statements in a hashtable or a DSC Configuration.
---
---```lua