GitBrowser
Out-GridTree
main/.editorconfig
Name Message Date
📁 OutGridTree Initialize PowerShell Project 5 hours ago
📄 .editorconfig Initialize PowerShell Project 5 hours ago
📄 .gitignore Initialize PowerShell Project 5 hours ago
📄 Directory.Build.props Initialize PowerShell Project 5 hours ago
📄 Directory.Packages.props Initialize PowerShell Project 5 hours ago
📄 dotnet-tools.json Initialize PowerShell Project 5 hours ago
📄 global.json Initialize PowerShell Project 5 hours ago
📄 LICENSE Initialize PowerShell Project 5 hours ago
📄 Out-GridTree.slnx Initialize PowerShell Project 5 hours ago
📄 README.md Initialize PowerShell Project 5 hours 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