A VERY IMPORTANT HIGHLIGHT
This commit is contained in:
parent
a120753847
commit
70cb740715
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@ indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
# New line preferences
|
# New line preferences
|
||||||
end_of_line = crlf
|
end_of_line = lf
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
#### .NET Coding Conventions ####
|
#### .NET Coding Conventions ####
|
||||||
[*.{cs,vb}]
|
[*.{cs,vb}]
|
||||||
|
|
|
@ -14,9 +14,9 @@ This project aims to leverage large language models in order to decrease the eff
|
||||||
|
|
||||||
## Tech stack
|
## 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.Core**: C#, .NET 8,
|
||||||
- **Umogen.Server**: C#, .NET 8, Blazor Server
|
- **Umogen.Server**: C#, .NET 8, Blazor Server
|
||||||
|
|
Loading…
Reference in a new issue