From 43fcc4b7fef0408be24631c2fa3625089dcd5885 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Fri, 22 Oct 2021 21:01:07 +0200 Subject: Add an .editorconfig file --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6ab52d0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{md,scd}] +max_line_length = 80 -- cgit v1.2.3