From 3f5f272ba36b7290941d6449f1396557c5b2e5fa 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]