From a5a37407998518fa70d3d9a7d5307aa9c9f8b360 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sun, 23 May 2021 20:26:54 +0200 Subject: [PATCH] updated .editorconfig --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f6efe37..59606c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,7 @@ [*] guidelines = 80 +end_of_line = lf +insert_final_newline = true [*.cs] -guidelines = 80, 120 \ No newline at end of file +guidelines = 80, 120