From 3913abaa39dc2896b22b3cc129aede399d0556be Mon Sep 17 00:00:00 2001 From: Josh Santos Date: Mon, 29 Jan 2024 10:59:59 +0000 Subject: [PATCH] Add end_of_line setting --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index ade4c35a83..465fe0e053 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] insert_final_newline = true +end_of_line = lf ; 4-column tab indentation [*.cpp]