1
0
Fork 0

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)
This commit is contained in:
Luca Bilke 2024-06-27 18:46:21 +02:00
parent 01b52dfe14
commit 3a899e78ff
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 0 additions and 3 deletions

View File

@ -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