GitBrowser
Out-GridTree
c05f8a3/.editorconfig
Name Message Date
📁 docs Align tree labels and values 1 month ago
📁 OutGridTree Output selected records 1 month ago
📁 OutGridTree.Window Align tree labels and values 1 month ago
📄 .editorconfig Initialize PowerShell Project 1 month ago
📄 .gitignore Initialize PowerShell Project 1 month ago
📄 Directory.Build.props Update lockfile with RID dependencies 1 month ago
📄 Directory.Packages.props Format window with `FormatData` 1 month ago
📄 dotnet-tools.json Initialize PowerShell Project 1 month ago
📄 global.json Initialize PowerShell Project 1 month ago
📄 LICENSE Initialize PowerShell Project 1 month ago
📄 Out-GridTree.slnx Initialize external UI project 1 month ago
📄 README.md Implement RPC 1 month ago
📄 .editorconfig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
root = true

# All files
[*]
indent_style = space
insert_final_newline = true

# Config files
[*.{xml,json,slnx,csproj,props}]
indent_size = 2

# C# files
[*.cs]
indent_size = 4
tab_width = 4
max_line_length = 120