From 32853d6e5a0933e661797db155331cfad70814ab Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Sun, 18 Dec 2022 20:59:24 +0100 Subject: [PATCH] editorconfig: add dia files (#2728) 2 spaces --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 553e99d0..e633e8a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,10 @@ indent_size = 4 indent_style = unset indent_size = unset +[*.dia] +indent_style = space +indent_size = 2 + [*{.json,.ecrc}] indent_style = space indent_size = 2