feat(portal-self-service): Nx workspace + self-service app scaffold (closes #65) #69

Merged
not merged 6 commits from feat/65-nx-workspace into main 2026-07-01 10:22:54 +00:00
Showing only changes of commit 34969659f7 - Show all commits

View File

@@ -2,12 +2,16 @@
root = true root = true
[*] [*]
charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
# .NET sources use 4-space indent (dotnet format enforces this). The 2-space default
# above is for the frontend (TS/HTML/CSS/JSON); C# keeps the .NET convention.
[*.cs]
indent_size = 4
[*.md] [*.md]
max_line_length = off max_line_length = off
trim_trailing_whitespace = false trim_trailing_whitespace = false