File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 885885 "default" : true ,
886886 "markdownDescription" : " Align assignment statements in a hashtable or a DSC Configuration."
887887 },
888+ "powershell.codeFormatting.alignEnumMemberValues" : {
889+ "type" : " boolean" ,
890+ "default" : true ,
891+ "markdownDescription" : " Align member value assignments in an Enum Type Definition."
892+ },
888893 "powershell.codeFormatting.useConstantStrings" : {
889894 "type" : " boolean" ,
890895 "default" : false ,
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ class CodeFormattingSettings extends PartialSettings {
9292 trimWhitespaceAroundPipe = false ;
9393 ignoreOneLineBlock = true ;
9494 alignPropertyValuePairs = true ;
95+ alignEnumMemberValues = true ;
9596 useConstantStrings = false ;
9697 useCorrectCasing = false ;
9798}
You can’t perform that action at this time.
0 commit comments