A VERY IMPORTANT HIGHLIGHT

This commit is contained in:
femsci 2023-11-17 19:01:54 +01:00
parent a120753847
commit 70cb740715
Signed by: femsci
GPG key ID: 08F7911F0E650C67
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@ indent_size = 4
tab_width = 4
# New line preferences
end_of_line = crlf
insert_final_newline = false
end_of_line = lf
insert_final_newline = true
#### .NET Coding Conventions ####
[*.{cs,vb}]

View file

@ -14,9 +14,9 @@ This project aims to leverage large language models in order to decrease the eff
## Tech stack
The core utilizes .NET 8, while the front-end uses ASP.NET Core with Blazor Server. The CLI is written in rust.
The core utilizes .NET 8, while the front-end uses ASP.NET Core with Blazor Server. The CLI is written in Rust.
No project has been hurt with javascript or [even more with] n-node js.
***No project has been hurt with javascript or [even more with] n-node js.***
- **Umogen.Core**: C#, .NET 8,
- **Umogen.Server**: C#, .NET 8, Blazor Server