From 4a7fb1e609815877150e0f722a9421d3ff0323a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Petryka?= <35800402+MichalPetryka@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:46:55 +0200 Subject: [PATCH] Update .editorconfig Co-authored-by: Viktor Szakats --- .editorconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7a21e4c26d..edcc4629fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,10 +4,15 @@ root = true -[*.{c,h}] +[*] charset = utf-8 insert_final_newline = true indent_style = space +trim_trailing_whitespace = true + +[*.{c,h}] indent_size = 2 max_line_length = 79 -trim_trailing_whitespace = true + +[*.{pl,pm}] +indent_size = 4