From 229c02cd9b6458d330023a8ca56af358c376b2ac Mon Sep 17 00:00:00 2001 From: Jaro Date: Tue, 7 Mar 2023 22:29:13 +0100 Subject: [PATCH] Add .editorconfig. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8b4aa43 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 80 -- 2.30.2