diff --git a/.editorconfig b/.editorconfig index 4a9952c..6dbc024 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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}] diff --git a/README.md b/README.md index 5bb8b81..851ad49 100644 --- a/README.md +++ b/README.md @@ -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