From 8a197f1431c1cade08270f89036450dc9e81fab3 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 9 Oct 2023 08:02:27 +0000 Subject: [PATCH] chore: Add end of line to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 300dc04..dd8e6e2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true max_line_length = 120 +end_of_line = lf # Yaml Standard [*.{yaml,yml}]