From 40a400e7d06d3441765ad0f6ade9aea31d0142fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 19 Apr 2025 19:45:35 +0200 Subject: [PATCH] Fix .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index fd2c515..bdc2c16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,13 @@ root = true -[*.*] +[*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf -max_line_length = null +max_line_length = unset [*.md] trim_trailing_whitespace = false