File tree Expand file tree Collapse file tree
after/codesettings-schemas
lua/codesettings/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 "markdownDescription" : " Adds a space before and after the pipeline operator (`|`) if it is missing." ,
3333 "type" : " boolean"
3434 },
35+ "powershell.codeFormatting.alignEnumMemberValues" : {
36+ "default" : true ,
37+ "markdownDescription" : " Align member value assignments in an Enum Type Definition." ,
38+ "type" : " boolean"
39+ },
3540 "powershell.codeFormatting.alignPropertyValuePairs" : {
3641 "default" : true ,
3742 "markdownDescription" : " Align assignment statements in a hashtable or a DSC Configuration." ,
Original file line number Diff line number Diff line change 1766617666-- default = true
1766717667-- ```
1766817668---@field addWhitespaceAroundPipe boolean?
17669+ -- Align member value assignments in an Enum Type Definition.
17670+ --
17671+ -- ```lua
17672+ -- default = true
17673+ -- ```
17674+ ---@field alignEnumMemberValues boolean?
1766917675-- Align assignment statements in a hashtable or a DSC Configuration.
1767017676--
1767117677-- ```lua
You can’t perform that action at this time.
0 commit comments