GitBrowser
receipt-web
main/.editorconfig
Name Message Date
📁 protos Send content to receipt-printer gRPC service 6 hours ago
📁 Receipt.AppHost Initialize web app 6 hours ago
📁 Receipt.ServiceDefaults Initialize .NET Aspire 7 hours ago
📁 Receipt.Web Send content to receipt-printer gRPC service 6 hours ago
📄 .editorconfig Initialize .NET Aspire 7 hours ago
📄 .gitignore Send content to receipt-printer gRPC service 6 hours ago
📄 Directory.Build.props Initialize .NET Aspire 7 hours ago
📄 Directory.Packages.props Initialize .NET Aspire 7 hours ago
📄 dotnet-tools.json Initialize web app 6 hours ago
📄 global.json Initialize .NET Aspire 7 hours ago
📄 README.md Initialize .NET Aspire 7 hours ago
📄 Receipt.slnx Initialize web app 6 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