From ed5f1c152d5593e029759d571cf71caa2435a668 Mon Sep 17 00:00:00 2001 From: luan ramos vicente Date: Tue, 3 Sep 2024 07:23:05 -0300 Subject: [PATCH] adds editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..79bb320 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 \ No newline at end of file