From 37fb32d091d20879dfb52b119b8225658cc69fa7 Mon Sep 17 00:00:00 2001 From: Manu Evans Date: Sun, 16 Sep 2018 12:19:04 -0700 Subject: [PATCH] Fix line endings in .editorconfig --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1111d794394..c6f80a958d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,6 @@ root = true [*.{c,h,d,di,dd,sh}] -end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4