From 6a8b1551c7aa60baf9650f3314b58c7ec4b0a644 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 11 Aug 2021 18:55:31 +0200 Subject: [PATCH] Fixed end lines in editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ddda9782f..a063205c6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,9 @@ root = true +[*] +end_of_line = lf +insert_final_newline = true + [*.java] indent_style = tab indent_size = 4