From 3a899e78ff18064914078e5b8f36ff5bb4850273 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 27 Jun 2024 18:46:21 +0200 Subject: [PATCH] editorconfig: remove broken config This doesn't play nice with the prettier linter (Honestly why am I surprised that something made by a web dev is buggy) --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 29ac6fa70..a452fd595 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,4 @@ root = true # Unix-style newlines with a newline ending every file [*] -end_of_line = lf -insert_final_newline = true -indent_style = space indent_size = 4