From 342a50ce1d1e3d3983591679ae43942f1ba683f9 Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sun, 16 Oct 2022 12:31:18 +0200 Subject: [PATCH] Sort EditorConfig rules --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a7c44dd..dd9a2b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,9 +2,9 @@ root = true [*] charset = utf-8 +end_of_line = lf indent_size = 4 indent_style = space -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true