From 539a3478f5ea6e093170cfcf793d7c73429e9e88 Mon Sep 17 00:00:00 2001 From: Eduard Predescu Date: Sun, 21 Jul 2024 18:39:52 +0300 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..64d3d6a0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file