From 6d5565b0aa2f243047b7ad3884cd539d73d80f40 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 26 Aug 2018 09:59:39 -0400 Subject: [PATCH] enforce lf eol in editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index e949e54..2ff2d74 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] +end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space