From 036301ae88c4a4d2706370efb93b79b9e9af535a Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 16 Jan 2025 23:14:38 +0100 Subject: [PATCH] Fix editorconfig for MatroskaParser --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b34f472964..a534ffff5a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ trim_trailing_whitespace = true insert_final_newline = true [src/MatroskaParser.{c,h}] -indent_style = space +indent_style = tab indent_size = 2 +tab_width = 8 trim_trailing_whitespace = false