From a37083e5af668a1e80dec5e7772193c96e6ebdb4 Mon Sep 17 00:00:00 2001 From: Anne Marsan Date: Wed, 13 Nov 2024 09:21:45 -0500 Subject: [PATCH] Add an editorconfig file to use correct formatting in this project --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..b9c127d68 --- /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 = 4 +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false \ No newline at end of file