Skip to content

Commit

Permalink
enhancement: CSharp Syntax Node basic formatting (Fixes #552)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 6, 2023
1 parent 4fcdcbd commit 5fd3960
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions PipeScript.Extends.CodeAnalysis.format.ps1xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!-- Generated with EZOut 2.0.3: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
<Configuration>
<ViewDefinitions>
<View>
<Name>Microsoft.CodeAnalysis.SyntaxNode</Name>
<ViewSelectedBy>
<TypeName>Microsoft.CodeAnalysis.SyntaxNode</TypeName>
</ViewSelectedBy>
<GroupBy>
<PropertyName>Language</PropertyName>
</GroupBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap />
<TableColumnItems>
<TableColumnItem>
<PropertyName>Text</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.CodeAnalysis.SyntaxTree</Name>
<ViewSelectedBy>
<TypeName>Microsoft.CodeAnalysis.SyntaxTree</TypeName>
</ViewSelectedBy>
<GroupBy>
<PropertyName>Language</PropertyName>
</GroupBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap />
<TableColumnItems>
<TableColumnItem>
<PropertyName>Text</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>

0 comments on commit 5fd3960

Please sign in to comment.