From c68f9e43f9b6a7f1413bf8afccc6f971a344153e Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 10 Apr 2024 02:40:35 +0000 Subject: [PATCH] Add .editorconfig file. This helps avoid inconsistent editor settings. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2d0ad6a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +max_line_length = 100 +trim_trailing_whitespace = true +insert_final_newline = true