From b3366f9ab2e268ae1139827e4ee83c76215a076a Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Sun, 18 Dec 2022 12:52:22 +0100 Subject: [PATCH] editorconfig: add dia files 2 spaces --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9dca9dab..5c9751ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ charset = utf-8 indent_style = unset indent_size = unset +[*.dia] +indent_style = space +indent_size = 2 + [*{.json,.ecrc}] indent_style = space indent_size = 2