From 25b25d6504f57ad53b8f2f1d1accecddafcc4319 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 25 Apr 2024 23:13:57 +0200 Subject: [PATCH] editorconfig: add networkmanager.rules style (MR 5070) (MR 5563) This is forked from Alpine. Keep the style to not increase the diff. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5963e5abe..86d08b79b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,8 @@ indent_style = tab end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true + +# Forked from Alpine +[extra-repos/systemd/networkmanager/networkmanager.rules] +indent_style = space +indent_size = 4