From ecd0c926ea2bf6d7961d77e02decdfe02f2eb0fc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Sep 2023 11:49:17 +0300 Subject: [PATCH] .editorconfig: configure text editors for Limnoria style guide --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..955025fbb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space +indent_size = 4 +max_line_length = 79