diff --git a/readme.md b/readme.md index f71cdf1..b1edd86 100644 --- a/readme.md +++ b/readme.md @@ -167,8 +167,20 @@ Since the project has been defined as accepting nullables, it is recommended to public IConnectionManager Connection { get; set; } = default!; ``` +## 🔸Align the attributes - +To Improve reading in a razor page, align all attributes of Blazor Component or HTML Tags : +``` + + +``` +Discussion via [issue #12](https://github.com/Apps72/BlazorGuidelines/issues/12) # ❔How it works and how to contribute?