aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
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