From e92e43e1e826d5ade09a0f9a34a31c810abbc0dc Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Tue, 16 Jul 2024 05:07:24 -0300 Subject: [PATCH] chore: add `.editorconfig` (#464) --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..3d53c4de --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org + +root = true + +[*] +ident_style = space +ident_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true +