GitBrowser
JsonLdRecipeParser
14d3105/.editorconfig
Name Message Date
📁 src Parse ingredient names with multiple parts 21 days ago
📁 test Parse ingredient names with multiple parts 21 days ago
📄 .editorconfig Initialize project 1 month ago
📄 .gitignore Initialize project 1 month ago
📄 Directory.Build.props Deserialize Thing JSON 1 month ago
📄 Directory.Packages.props Deserialize Thing JSON 1 month ago
📄 dotnet-tools.json Initialize project 1 month ago
📄 global.json Update to .NET 11 preview 6 23 days ago
📄 JsonLdRecipeParser.slnx Update to .NET 11 preview 6 23 days ago
📄 LICENSE Prepare for package publish 22 days ago
📄 README.md Add "documentation" 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