From c5fefb824d30d5ceeb67aaf761afe54f30c2c8a1 Mon Sep 17 00:00:00 2001 From: Pedro Correa Date: Mon, 1 Dec 2025 16:52:49 -0300 Subject: [PATCH] :art: editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e497157 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://editorconfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +charset = utf-8 -- 2.51.2