From eaa8455d5156d672a655f17ecb9239cb41e0b7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Susa=C3=B1a?= Date: Mon, 10 Jun 2024 16:01:14 -0400 Subject: [PATCH] fix: .editorconfig same values with biome (#206) --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 64f36f6..5c3a795 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,11 +2,11 @@ root = true [*] charset = utf-8 -end_of_line = lf +end_of_line = crlf trim_trailing_whitespace = true insert_final_newline = true indent_style = tab -indent_size = 4 +indent_size = 2 quote_type = single [Makefile]