From 0a3799cc3a0d911338d5cad330216f0434fdde82 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 29 Jul 2021 02:43:24 +0200 Subject: [PATCH] editorconfig: farewell wix Signed-off-by: Jason A. Donenfeld Signed-off-by: Simon Rozman --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8b1d6c8..d5f42f1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,6 @@ indent_style = space indent_size = 4 -[*.{proj,props,vcxproj,wixproj,wxs}] +[*.{proj,props,vcxproj,filters}] indent_style = space indent_size = 2