From 86a94a43bfce3463cbf6d2900a9931cbe606a386 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 5 Feb 2024 19:13:17 +0300 Subject: [PATCH] .editorconfig: ignore autogenerated KDE stuff --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c4682829e357..cd8012574508 100644 --- a/.editorconfig +++ b/.editorconfig @@ -108,3 +108,7 @@ charset = unset [lib/tests/*.plist] indent_style = tab insert_final_newline = unset + +[pkgs/kde/generated/**] +insert_final_newline = unset +end_of_line = unset