chore: update project for consistency #2

Merged
louis9902 merged 3 commits from feature/consistency_between_packages into main 2026-05-16 10:32:07 +00:00
42 changed files with 42 additions and 42 deletions
Showing only changes of commit a6f1140b1f - Show all commits

chore: update insert_final_newline setting
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m11s
default / dotnet-default-workflow (push) Successful in 1m10s

Louis Seubert 2026-05-16 12:25:38 +02:00
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD

View file

@ -5,7 +5,7 @@ indent_style = tab
indent_size = 4 indent_size = 4
tab_width = 4 tab_width = 4
end_of_line = lf end_of_line = lf
insert_final_newline = false insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
max_line_length = 120 max_line_length = 120