From bd9dec50523dcf9946a880de10381f5a7544fa98 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Jun 2023 15:58:07 +0100 Subject: [PATCH] Use native EOL character --- roles/home-cli/files/editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index 294d971..c4c4329 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -1,7 +1,6 @@ [*] root = true charset = utf-8 -end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true indent_style = space